Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/posix/headers/src/
Dpthread_h.c27 zassert_not_equal(-1, PTHREAD_CANCEL_DEFERRED); in ZTEST()
/Zephyr-Core-3.6.0/include/zephyr/posix/
Dpthread.h39 #define PTHREAD_CANCEL_DEFERRED 0 macro
/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c661 if (type != PTHREAD_CANCEL_DEFERRED && type != PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_setcanceltype()
720 bool cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_cancel()