Changeset 48733 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Sep 24, 2009, 2:25:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r48731 r48733 2284 2284 void TCMalloc_PageHeap::scavengerThread() 2285 2285 { 2286 #if HAVE(PTHREAD_SETNAME_NP) 2287 pthread_setname_np("JavaScriptCore: FastMalloc scavenger"); 2288 #endif 2289 2286 2290 while (1) { 2287 2291 if (!shouldContinueScavenging()) {
Note:
See TracChangeset
for help on using the changeset viewer.