Changeset 43510 in webkit for trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
- Timestamp:
- May 11, 2009, 1:37:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
r43508 r43510 263 263 } 264 264 265 #if PLATFORM(DARWIN) 265 266 // Derecated function. Safari 4 beta, until recompiled next time, uses ThreadIdentifier as uint32_t. 266 267 // pthread_t is a pointer. So they get a pointer casted into uint32_t from CurrentThread() … … 280 281 return joinResult; 281 282 } 283 #endif 282 284 283 285 } // namespace WTF
Note:
See TracChangeset
for help on using the changeset viewer.