Changeset 166185 in webkit for trunk/Source/WTF/wtf/ThreadingPthreads.cpp
- Timestamp:
- Mar 24, 2014, 12:31:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/wtf/ThreadingPthreads.cpp
r166184 r166185 237 237 void setCurrentThreadQOSUtility() 238 238 { 239 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000239 #if (TARGET_OS_MAC && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000) 240 240 pthread_set_qos_class_np(pthread_self(), QOS_CLASS_UTILITY, 0); 241 241 #endif
Note:
See TracChangeset
for help on using the changeset viewer.