Searched defs:MutexUnlock (Results 1 – 3 of 3) sorted by relevance
189 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock() function
213 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock() function
2811 class SCOPED_LOCKABLE MutexUnlock { class