Changeset 49977 in webkit for trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
- Timestamp:
- Oct 23, 2009, 7:07:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
r48733 r49977 168 168 if (pthread_create(&threadHandle, 0, runThreadWithRegistration, static_cast<void*>(threadData))) { 169 169 LOG_ERROR("Failed to create pthread at entry point %p with data %p", entryPoint, data); 170 delete threadData; 170 171 return 0; 171 172 }
Note:
See TracChangeset
for help on using the changeset viewer.