ptw32_features     53 native_client_sdk/src/libraries/third_party/pthreads-win32/global.c int ptw32_features = 0;
ptw32_features    591 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h extern int ptw32_features;
ptw32_features     58 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c   ptw32_features = 0;
ptw32_features     63 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c   ptw32_features = PTW32_SYSTEM_INTERLOCKED_COMPARE_EXCHANGE;
ptw32_features    135 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c       ptw32_features |= PTW32_ALERTABLE_ASYNC_CANCEL;
ptw32_features    255 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c   return ((ptw32_features & feature_mask) == feature_mask);