Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread_internal.h56 volatile rt_uint8_t canceltype; member
A Dpthread.c120 ptd->canceltype = PTHREAD_CANCEL_DEFERRED; in _pthread_data_create()
1376 *oldtype = ptd->canceltype; in pthread_setcanceltype()
1377 ptd->canceltype = type; in pthread_setcanceltype()
1464 if (ptd->canceltype == PTHREAD_CANCEL_ASYNCHRONOUS) in pthread_cancel()

Completed in 4 milliseconds