Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c27 zassert_not_equal(-1, PTHREAD_CANCEL_ASYNCHRONOUS); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dtimer.c67 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in zephyr_thread_wrapper()
Dpthread.c744 cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS && cancel_pending) { in pthread_setcancelstate()
761 if (type != PTHREAD_CANCEL_DEFERRED && type != PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_setcanceltype()
845 cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_cancel()
Dmqueue.c404 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in mq_notify_thread()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h40 #define PTHREAD_CANCEL_ASYNCHRONOUS 1 macro