OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformMutex
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
ThreadingPrimitives.h
62
typedef pthread_mutex_t
PlatformMutex
;
70
typedef GOwnPtr<GMutex>
PlatformMutex
;
74
typedef QT_PREPEND_NAMESPACE(QMutex)*
PlatformMutex
;
78
struct
PlatformMutex
{
91
bool timedWait(
PlatformMutex
&, DWORD durationMilliseconds);
95
typedef void*
PlatformMutex
;
111
PlatformMutex
& impl() { return m_mutex; }
113
PlatformMutex
m_mutex;
ThreadingWin.cpp
326
bool PlatformCondition::timedWait(
PlatformMutex
& mutex, DWORD durationMilliseconds)
Completed in 612 milliseconds