Changeset 91082 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h
- Timestamp:
- Jul 15, 2011, 11:49:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h
r76248 r91082 43 43 ~ThreadIdentifierData(); 44 44 45 // One time initialization for this class as a whole. 46 // This method must be called before initialize() and it is not thread-safe. 47 static void initializeOnce(); 48 45 49 // Creates and puts an instance of ThreadIdentifierData into thread-specific storage. 46 50 static void initialize(ThreadIdentifier identifier); … … 63 67 static void destruct(void* data); 64 68 65 static void initializeKeyOnceHelper();66 static void initializeKeyOnce();67 68 69 ThreadIdentifier m_identifier; 69 70 bool m_isDestroyedOnce;
Note:
See TracChangeset
for help on using the changeset viewer.