Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 – 5 of 5) sorted by relevance
27 zassert_not_equal(-1, PTHREAD_CANCEL_ASYNCHRONOUS); in ZTEST()
67 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in zephyr_thread_wrapper()
744 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()
404 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in mq_notify_thread()
40 #define PTHREAD_CANCEL_ASYNCHRONOUS 1 macro