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