Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c33 zassert_not_equal((void *)-42, PTHREAD_CANCELED); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h36 #define PTHREAD_CANCELED ((void *)-1) macro
/Zephyr-latest/lib/posix/options/
Dpthread.c745 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_setcancelstate()
809 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_testcancel()
846 posix_thread_finalize(t, PTHREAD_CANCELED); in pthread_cancel()