Home
last modified time | relevance | path

Searched refs:Mutex (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTMutex.h35 class Mutex
41 MT_NOCOPYABLE(Mutex);
43 Mutex() in Mutex() function
48 ~Mutex() in ~Mutex()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTMutex.h38 class Mutex
45 MT_NOCOPYABLE(Mutex);
47 Mutex() in Mutex() function
62 ~Mutex() in ~Mutex()
/TaskScheduler/Scheduler/Include/
H A DMTPlatform.h64 MT::Mutex & mutex;
71 ScopedGuard(MT::Mutex & _mutex) : mutex(_mutex) in ScopedGuard()
H A DMTConcurrentRingBuffer.h45 MT::Mutex mutex;
H A DMTTaskQueue.h213 MT::Mutex mutex;