Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCELED (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/lib/libpthread/cancel_wait/
H A Dcancel_wait.c72 ASSERT(ret == PTHREAD_CANCELED); in main()
80 ASSERT(ret == PTHREAD_CANCELED); in main()
88 ASSERT(ret == PTHREAD_CANCELED); in main()
96 ASSERT(ret == PTHREAD_CANCELED); in main()
/openbsd/regress/lib/libpthread/cancel2/
H A Dcancel2.c92 ASSERT(result == PTHREAD_CANCELED); in main()
99 ASSERT(result == PTHREAD_CANCELED); in main()
106 ASSERT(result == PTHREAD_CANCELED); in main()
113 ASSERT(result == PTHREAD_CANCELED); in main()
/openbsd/lib/libc/thread/
H A Dcallbacks.c29 pthread_exit(PTHREAD_CANCELED); in _thread_canceled()
/openbsd/lib/librthread/
H A Drthread.c131 pthread_exit(PTHREAD_CANCELED); in sigthr_handler()
451 pthread_exit(PTHREAD_CANCELED); in pthread_testcancel()
/openbsd/include/
H A Dpthread.h83 #define PTHREAD_CANCELED ((void *) 1) macro