Changeset 38101 in webkit for trunk/JavaScriptCore/wtf/ThreadingWin.cpp
- Timestamp:
- Nov 4, 2008, 10:57:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingWin.cpp
r37990 r38101 112 112 void lockAtomicallyInitializedStaticMutex() 113 113 { 114 ASSERT(atomicallyInitializedStaticMutex); 114 115 atomicallyInitializedStaticMutex->lock(); 115 116 }
Note:
See TracChangeset
for help on using the changeset viewer.