/third_party/musl/libc-test/src/functional/ |
H A D | pthread_cancel.c | 40 pthread_cleanup_push(cleanup1, arg); in start_single() 49 pthread_cleanup_push(cleanup1, foo); in start_nested() 50 pthread_cleanup_push(cleanup2, foo+1); in start_nested() 51 pthread_cleanup_push(cleanup3, foo+2); in start_nested() 52 pthread_cleanup_push(cleanup4, foo+3); in start_nested()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_pop/ |
H A D | 1-3.c | 58 pthread_cleanup_push(a_cleanup_func1, NULL); in a_thread_func() 59 pthread_cleanup_push(a_cleanup_func2, NULL); in a_thread_func() 60 pthread_cleanup_push(a_cleanup_func3, NULL); in a_thread_func()
|
H A D | 1-2.c | 46 pthread_cleanup_push(a_cleanup_func, (void *)CLEANUP_CALLED); in a_thread_func()
|
H A D | 1-1.c | 46 pthread_cleanup_push(a_cleanup_func, (void *)CLEANUP_CALLED); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 2-1.c | 61 pthread_cleanup_push(a_cleanup_func1, NULL); in a_thread_func() 62 pthread_cleanup_push(a_cleanup_func2, NULL); in a_thread_func() 63 pthread_cleanup_push(a_cleanup_func3, NULL); in a_thread_func()
|
H A D | 2-2.c | 107 pthread_cleanup_push(clnp3, NULL); in threaded() 108 pthread_cleanup_push(clnp2, NULL); in threaded() 109 pthread_cleanup_push(clnp1, NULL); in threaded()
|
H A D | 3-2.c | 124 pthread_cleanup_push(clnp3, NULL); in threaded() 125 pthread_cleanup_push(clnp2, NULL); in threaded() 131 pthread_cleanup_push(clnp1, NULL); in threaded()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 2-3.c | 179 pthread_cleanup_push(clnp3, NULL); in threaded() 180 pthread_cleanup_push(clnp2, NULL); in threaded() 181 pthread_cleanup_push(clnp1, NULL); in threaded()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 2-6.c | 168 pthread_cleanup_push(clnp3, NULL); in threaded() 169 pthread_cleanup_push(clnp2, NULL); in threaded() 170 pthread_cleanup_push(clnp1, NULL); in threaded()
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_exit-cancel.c | 16 pthread_cleanup_push(cleanup, arg); in start()
|
H A D | pthread_cond_wait-cancel_ignored.c | 26 pthread_cleanup_push(cleanup, 0); in waiter()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | sem_timedwait.c | 17 pthread_cleanup_push(cleanup, (void *)(sem->__val+1)); in __sem_timedwait()
|
H A D | pthread_once.c | 21 pthread_cleanup_push(undo, control); in __pthread_once_full()
|
/third_party/musl/src/thread/ |
H A D | pthread_once.c | 21 pthread_cleanup_push(undo, control); in __pthread_once_full()
|
H A D | sem_timedwait.c | 20 pthread_cleanup_push(cleanup, (void *)(sem->__val+1)); in __sem_timedwait()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
H A D | 1-1.c | 8 * void pthread_cleanup_push(void (*routine) (void*), void *arg); 49 pthread_cleanup_push(a_cleanup_func, (void *)CLEANUP_CALLED); in a_thread_func()
|
H A D | 1-3.c | 8 * void pthread_cleanup_push(void (*routine) (void*), void *arg); 48 pthread_cleanup_push(a_cleanup_func, (void *)CLEANUP_CALLED); in a_thread_func()
|
H A D | 1-2.c | 8 * void pthread_cleanup_push(void (*routine) (void*), void *arg); 56 pthread_cleanup_push(a_cleanup_func, (void *)CLEANUP_CALLED); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
H A D | 1-1.c | 53 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
|
H A D | 1-2.c | 53 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
|
H A D | 2-1.c | 48 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func() 55 * since pthread_cleanup_push is in the code. Else a compile error in a_thread_func()
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 79 #ifndef pthread_cleanup_push in f() 80 {void(*p)(void(*)(void*),void*) = pthread_cleanup_push;} in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/ |
H A D | 1-2.c | 59 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
|
H A D | 1-1.c | 56 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
|
H A D | 2-1.c | 54 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
|