Changeset 48733 in webkit for trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
- Timestamp:
- Sep 24, 2009, 2:25:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
r47979 r48733 187 187 void setThreadNameInternal(const char* threadName) 188 188 { 189 #if PLATFORM(DARWIN) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !PLATFORM(IPHONE)189 #if HAVE(PTHREAD_SETNAME_NP) 190 190 pthread_setname_np(threadName); 191 191 #else
Note:
See TracChangeset
for help on using the changeset viewer.