Changeset 19245 in webkit for trunk/JavaScriptCore/wtf/TCSpinLock.h
- Timestamp:
- Jan 29, 2007, 9:07:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCSpinLock.h
r13089 r19245 95 95 #endif 96 96 } 97 98 #ifdef WTF_CHANGES 99 inline bool IsLocked() { 100 return private_lockword_ != 0; 101 } 102 #endif 97 103 }; 98 104
Note:
See TracChangeset
for help on using the changeset viewer.