Home
last modified time | relevance | path

Searched refs:cancel_pending (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/lib/posix/
Dpthread.c178 thread->cancel_pending = 0; in pthread_create()
220 if (state == PTHREAD_CANCEL_ENABLE && pthread->cancel_pending) { in pthread_setcancelstate()
242 thread->cancel_pending = 1; in pthread_cancel()
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h46 int cancel_pending; member