Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_setcanceltype.c101 *oldtype = sp->cancelType; in pthread_setcanceltype()
104 sp->cancelType = type; in pthread_setcanceltype()
Dpthread_setcancelstate.c109 && sp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_setcancelstate()
Dptw32_new.c77 tp->cancelType = PTHREAD_CANCEL_DEFERRED; in ptw32_new()
Dpthread_cancel.c131 if (tp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_cancel()
Dimplement.h183 int cancelType; member