OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTW32_EPS_CANCEL
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_testcancel.c
98
ptw32_throw (
PTW32_EPS_CANCEL
);
pthread_cancel.c
44
ptw32_throw (
PTW32_EPS_CANCEL
);
52
ptw32_throw (
PTW32_EPS_CANCEL
);
141
ptw32_throw (
PTW32_EPS_CANCEL
);
ptw32_throw.c
79
if (exception !=
PTW32_EPS_CANCEL
&& exception != PTW32_EPS_EXIT)
98
case
PTW32_EPS_CANCEL
:
146
case
PTW32_EPS_CANCEL
:
pthread_setcancelstate.c
116
ptw32_throw (
PTW32_EPS_CANCEL
);
pthread_setcanceltype.c
117
ptw32_throw (
PTW32_EPS_CANCEL
);
pthread_delay_np.c
155
ptw32_throw (
PTW32_EPS_CANCEL
);
w32_CancelableWait.c
124
ptw32_throw (
PTW32_EPS_CANCEL
);
ptw32_threadStart.c
197
case
PTW32_EPS_CANCEL
:
232
case
PTW32_EPS_CANCEL
:
implement.h
563
#define
PTW32_EPS_CANCEL
(2)
[
all
...]
Completed in 53 milliseconds