Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpthread.c722 bool cancel_type = -1; in pthread_setcancelstate() local
742 cancel_type = t->attr.canceltype; in pthread_setcancelstate()
748 cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS && cancel_pending) { in pthread_setcancelstate()
826 bool cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_cancel() local
845 cancel_type = t->attr.canceltype; in pthread_cancel()
849 cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS) { in pthread_cancel()