Searched refs:ptw32_features (Results 1 – 4 of 4) sorted by relevance
58 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()
53 int ptw32_features = 0; variable
591 extern int ptw32_features;
1194 enum ptw32_features { enum