Home
last modified time | relevance | path

Searched refs:pthread_setcanceltype (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c149 zassert_not_null(pthread_setcanceltype); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h440 int pthread_setcanceltype(int type, int *oldtype);
/Zephyr-latest/lib/posix/options/
Dtimer.c67 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in zephyr_thread_wrapper()
Dmqueue.c404 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in mq_notify_thread()
Dpthread.c760 int pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst602 pthread_setcanceltype(),yes