Home
last modified time | relevance | path

Searched refs:pthread_cleanup_push (Results 1 - 25 of 61) sorted by relevance

123

/third_party/musl/libc-test/src/functional/
H A Dpthread_cancel.c40 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 D1-3.c58 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 D1-2.c46 pthread_cleanup_push(a_cleanup_func, (void *)CLEANUP_CALLED); in a_thread_func()
H A D1-1.c46 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 D2-1.c61 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 D2-2.c107 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 D3-2.c124 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 D2-3.c179 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 D2-6.c168 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 Dpthread_exit-cancel.c16 pthread_cleanup_push(cleanup, arg); in start()
H A Dpthread_cond_wait-cancel_ignored.c26 pthread_cleanup_push(cleanup, 0); in waiter()
/third_party/musl/porting/linux/user/src/thread/
H A Dsem_timedwait.c17 pthread_cleanup_push(cleanup, (void *)(sem->__val+1)); in __sem_timedwait()
H A Dpthread_once.c21 pthread_cleanup_push(undo, control); in __pthread_once_full()
/third_party/musl/src/thread/
H A Dpthread_once.c21 pthread_cleanup_push(undo, control); in __pthread_once_full()
H A Dsem_timedwait.c20 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 D1-1.c8 * 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 D1-3.c8 * 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 D1-2.c8 * 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 D1-1.c53 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
H A D1-2.c53 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
H A D2-1.c48 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 Dpthread.c79 #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 D1-2.c59 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
H A D1-1.c56 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()
H A D2-1.c54 pthread_cleanup_push(a_cleanup_func, NULL); in a_thread_func()

Completed in 9 milliseconds

123