Searched refs:PTHREAD_CANCELED (Results 1 - 8 of 8) sorted by path

/haiku-fatelf/headers/posix/
H A Dpthread.h43 #define PTHREAD_CANCELED ((void *) 1) macro
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_cancel.cpp20 pthread_exit(PTHREAD_CANCELED);
36 pthread_exit(PTHREAD_CANCELED);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/pthread_h/
H A D2-1.c29 #ifndef PTHREAD_CANCELED
30 #error PTHREAD_CANCELED not defined
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-6.c367 if (rc != PTHREAD_CANCELED) { FAILED("thread was not canceled"); }
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-3.c353 if (rc != PTHREAD_CANCELED) { FAILED("thread was not canceled"); }
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress2.c344 if (w_ret == PTHREAD_CANCELED)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress.c344 if (w_ret == PTHREAD_CANCELED)
H A Dstress2.c344 if (w_ret == PTHREAD_CANCELED)

Completed in 102 milliseconds