Home | History | Annotate | Download | only in rtl_tests

Lines Matching refs:Mutex

32 class Mutex {
36 explicit Mutex(Type type = Normal);
37 ~Mutex();
55 Mutex(const Mutex&);
56 void operator = (const Mutex&);
96 void Create(const Mutex &m);
97 void Destroy(const Mutex &m);
98 void Lock(const Mutex &m);
99 bool TryLock(const Mutex &m);
100 void Unlock(const Mutex &m);
101 void ReadLock(const Mutex &m);
102 bool TryReadLock(const Mutex &m);
103 void ReadUnlock(const Mutex &m);