Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
H A Dpprivate.h59 volatile UINT8 canceltype; /* Cancel type of thread */ member
H A Dpthread.c180 created->canceltype = PTHREAD_CANCEL_DEFERRED; in SetPthreadDataAttr()
644 *oldType = self->canceltype; in pthread_setcanceltype()
647 self->canceltype = (UINT8)type; in pthread_setcanceltype()
705 (data->canceltype == PTHREAD_CANCEL_ASYNCHRONOUS)) { in pthread_cancel()

Completed in 4 milliseconds