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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_testcancel.c 81 * Pthread_cancel() will have set sp->state to PThreadStateCancelPending
83 * sp->state != PThreadStateCancelPending - that only slows us down.
85 if (sp->state != PThreadStateCancelPending)
pthread_cancel.c 172 if (tp->state < PThreadStateCancelPending)
174 tp->state = PThreadStateCancelPending;
implement.h 136 PThreadStateCancelPending, /* Thread alive but */
    [all...]

Completed in 56 milliseconds