Searched refs:pthread_cleanup_pop (Results 1 - 25 of 31) sorted by last modified time

12

/haiku-fatelf/headers/posix/
H A Dpthread.h66 #define pthread_cleanup_pop(execute) \ macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D1-1.c70 pthread_cleanup_pop(0);
H A D1-2.c66 pthread_cleanup_pop(0);
H A D1-3.c76 pthread_cleanup_pop(0);
H A D2-1.c57 pthread_cleanup_pop(0);
H A D2-3.c91 pthread_cleanup_pop(0);
H A D3-1.c87 pthread_cleanup_pop(0);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cleanup_pop/
H A D1-1.c8 * void pthread_cleanup_pop(int execution);
15 * 2. The thread will push a cleanup handler routine, then call pthread_cleanup_pop, setting
47 pthread_cleanup_pop(1);
76 /* Wait for thread to call the pthread_cleanup_pop */
H A D1-2.c8 * void pthread_cleanup_pop(int execution);
15 * 2. The thread will push a cleanup handler routine, then call pthread_cleanup_pop, setting
47 pthread_cleanup_pop(0);
76 /* Wait for thread to call the pthread_cleanup_pop */
H A D1-3.c8 * void pthread_cleanup_pop(int execution);
61 pthread_cleanup_pop(1);
62 pthread_cleanup_pop(1);
63 pthread_cleanup_pop(1);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cleanup_push/
H A D1-1.c16 * (c)- the thread calls pthread_cleanup_pop() with a non-zero execution argument
52 pthread_cleanup_pop(0);
H A D1-2.c16 * (c)- the thread calls pthread_cleanup_pop() with a non-zero execution argument
73 pthread_cleanup_pop(0);
H A D1-3.c16 * (c)- the thread calls pthread_cleanup_pop() with a non-zero execution argument
49 pthread_cleanup_pop(1);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-6.c192 pthread_cleanup_pop(0);
193 pthread_cleanup_pop(0);
194 pthread_cleanup_pop(1);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-3.c185 pthread_cleanup_pop(0);
186 pthread_cleanup_pop(0);
187 pthread_cleanup_pop(1);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D2-1.c68 pthread_cleanup_pop(0);
69 pthread_cleanup_pop(0);
70 pthread_cleanup_pop(0);
H A D2-2.c124 pthread_cleanup_pop(0);
125 pthread_cleanup_pop(0);
126 pthread_cleanup_pop(0);
H A D3-2.c143 pthread_cleanup_pop(0);
144 pthread_cleanup_pop(0);
145 pthread_cleanup_pop(0);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A D3-1.c55 pthread_cleanup_pop(0);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_init/
H A D1-2.c129 pthread_cleanup_pop(0);
H A D3-2.c134 pthread_cleanup_pop(0);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setcanceltype/
H A D1-1.c74 pthread_cleanup_pop(0);
H A D1-2.c75 pthread_cleanup_pop(0);
H A D2-1.c70 pthread_cleanup_pop(0);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_testcancel/
H A D1-1.c75 pthread_cleanup_pop(0);

Completed in 86 milliseconds

12