HomeSort by relevance Sort by last modified time
    Searched refs:PlatformMutex (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/wtf/
Threading.h 132 typedef pthread_mutex_t PlatformMutex;
140 typedef GOwnPtr<GMutex> PlatformMutex;
144 typedef QT_PREPEND_NAMESPACE(QMutex)* PlatformMutex;
148 struct PlatformMutex {
161 bool timedWait(PlatformMutex&, DWORD durationMilliseconds);
165 typedef void* PlatformMutex;
180 PlatformMutex& impl() { return m_mutex; }
182 PlatformMutex m_mutex;
ThreadingWin.cpp 332 bool PlatformCondition::timedWait(PlatformMutex& mutex, DWORD durationMilliseconds)

Completed in 718 milliseconds