Changeset 32808 in webkit for trunk/JavaScriptCore/wtf/Threading.h
- Timestamp:
- May 2, 2008, 3:29:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Threading.h
r31971 r32808 240 240 }; 241 241 242 // This function must be called from the main thread. It is safe to call it repeatedly. 243 // Darwin is an exception to this rule: it is OK to call it from any thread, the only requirement is that the calls are not reentrant. 242 244 void initializeThreading(); 243 245
Note:
See TracChangeset
for help on using the changeset viewer.