HomeSort by relevance Sort by last modified time
    Searched refs:cancelType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setcanceltype.c 101 *oldtype = sp->cancelType;
104 sp->cancelType = type;
pthread_setcancelstate.c 109 && sp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS
ptw32_new.c 77 tp->cancelType = PTHREAD_CANCEL_DEFERRED;
pthread_cancel.c 131 if (tp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS
implement.h 183 int cancelType;
    [all...]

Completed in 40 milliseconds