Searched defs:MutexGuard (Results 1 – 4 of 4) sorted by relevance
32 MutexGuard(sys::Mutex &m) : M(m) { M.acquire(); } in MutexGuard() function
44 class MutexGuard; variable80 GlobalAddressMapTy &getGlobalAddressMap(const MutexGuard &) { in getGlobalAddressMap()85 getGlobalAddressReverseMap(const MutexGuard &) { in getGlobalAddressReverseMap()
205 getBasicBlockAddressMap(const MutexGuard &) { in getBasicBlockAddressMap()
141 void *ExecutionEngineState::RemoveMapping(const MutexGuard &, in RemoveMapping()