Searched refs:pthread_setcanceltype (Results 1 – 6 of 6) sorted by relevance
149 zassert_not_null(pthread_setcanceltype); in ZTEST()
440 int pthread_setcanceltype(int type, int *oldtype);
67 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in zephyr_thread_wrapper()
404 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in mq_notify_thread()
760 int pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() function
602 pthread_setcanceltype(),yes