Searched refs:ptw32_features (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dglobal.c53 int ptw32_features = 0; variable
H A Dpthread_win32_attach_detach_np.c58 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);
H A Dimplement.h591 extern int ptw32_features;
H A Dpthread.h1194 enum ptw32_features { enum

Completed in 416 milliseconds