Changeset 91094 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h
- Timestamp:
- Jul 15, 2011, 12:46:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h
r91082 r91094 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 49 45 // Creates and puts an instance of ThreadIdentifierData into thread-specific storage. 50 46 static void initialize(ThreadIdentifier identifier); … … 67 63 static void destruct(void* data); 68 64 65 static void initializeKeyOnceHelper(); 66 static void initializeKeyOnce(); 67 69 68 ThreadIdentifier m_identifier; 70 69 bool m_isDestroyedOnce;
Note:
See TracChangeset
for help on using the changeset viewer.