Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_win32_attach_detach_np.c58 ptw32_features = 0; in pthread_win32_process_attach_np()
63 ptw32_features = PTW32_SYSTEM_INTERLOCKED_COMPARE_EXCHANGE; in pthread_win32_process_attach_np()
135 ptw32_features |= PTW32_ALERTABLE_ASYNC_CANCEL; in pthread_win32_process_attach_np()
255 return ((ptw32_features & feature_mask) == feature_mask); in pthread_win32_test_features_np()
Dglobal.c53 int ptw32_features = 0; variable
Dimplement.h591 extern int ptw32_features;
Dpthread.h1194 enum ptw32_features { enum