Changeset 28449 in webkit for trunk/JavaScriptCore/wtf/TCSpinLock.h
- Timestamp:
- Dec 5, 2007, 1:16:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCSpinLock.h
r28135 r28449 122 122 } 123 123 124 inline void Init() { lockword_ = 0; } 125 124 126 volatile unsigned int lockword_; 125 127 };
Note:
See TracChangeset
for help on using the changeset viewer.