OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PThreadStateCanceling
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cancel.c
133
&& tp->state <
PThreadStateCanceling
)
137
tp->state =
PThreadStateCanceling
;
153
tp->state =
PThreadStateCanceling
;
180
else if (tp->state >=
PThreadStateCanceling
)
pthread_testcancel.c
95
sp->state =
PThreadStateCanceling
;
pthread_delay_np.c
149
if (sp->state <
PThreadStateCanceling
)
151
sp->state =
PThreadStateCanceling
;
w32_CancelableWait.c
119
if (sp->state <
PThreadStateCanceling
)
121
sp->state =
PThreadStateCanceling
;
pthread_setcancelstate.c
112
sp->state =
PThreadStateCanceling
;
pthread_setcanceltype.c
113
sp->state =
PThreadStateCanceling
;
implement.h
138
PThreadStateCanceling
, /* Thread alive but is */
[
all
...]
Completed in 27 milliseconds