OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptw32_features
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
global.c
53
int
ptw32_features
= 0;
variable
pthread_win32_attach_detach_np.c
58
ptw32_features
= 0;
63
ptw32_features
= PTW32_SYSTEM_INTERLOCKED_COMPARE_EXCHANGE;
135
ptw32_features
|= PTW32_ALERTABLE_ASYNC_CANCEL;
255
return ((
ptw32_features
& feature_mask) == feature_mask);
implement.h
591
extern int
ptw32_features
;
[
all
...]
pthread.h
1194
enum
ptw32_features
{
enum
[
all
...]
Completed in 82 milliseconds