Home
last modified time | relevance | path

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

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