Changeset 50248 in webkit for trunk/JavaScriptCore/wtf/Threading.cpp
- Timestamp:
- Oct 28, 2009, 4:37:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Threading.cpp
r46121 r50248 52 52 setThreadNameInternal(context->name); 53 53 54 // Block until our creating thread has completed any extra setup work 54 // Block until our creating thread has completed any extra setup work. 55 55 { 56 56 MutexLocker locker(context->creationMutex);
Note:
See TracChangeset
for help on using the changeset viewer.