Ignore:
Timestamp:
Jul 15, 2011, 12:46:47 PM (14 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r91082, r91087, and r91089.
http://trac.webkit.org/changeset/91082
http://trac.webkit.org/changeset/91087
http://trac.webkit.org/changeset/91089
https://bugs.webkit.org/show_bug.cgi?id=64616

gtk tests are failing a lot after this change. (Requested by
dave_levin on #webkit).

Patch by Sheriff Bot <[email protected]> on 2011-07-15

  • wtf/ThreadIdentifierDataPthreads.cpp:

(WTF::ThreadIdentifierData::identifier):
(WTF::ThreadIdentifierData::initialize):
(WTF::ThreadIdentifierData::initializeKeyOnceHelper):
(WTF::ThreadIdentifierData::initializeKeyOnce):

  • wtf/ThreadIdentifierDataPthreads.h:
  • wtf/ThreadingPthreads.cpp:

(WTF::initializeThreading):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h

    r91082 r91094  
    4343    ~ThreadIdentifierData();
    4444
    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 
    4945    // Creates and puts an instance of ThreadIdentifierData into thread-specific storage.
    5046    static void initialize(ThreadIdentifier identifier);
     
    6763    static void destruct(void* data);
    6864
     65    static void initializeKeyOnceHelper();
     66    static void initializeKeyOnce();
     67
    6968    ThreadIdentifier m_identifier;
    7069    bool m_isDestroyedOnce;
Note: See TracChangeset for help on using the changeset viewer.