Searched refs:RecursiveMutexGuard (Results 1 – 6 of 6) sorted by relevance
1011 base::RecursiveMutexGuard guard{&allocation_mutex_}; in NativeModule()1028 base::RecursiveMutexGuard guard(&allocation_mutex_); in ReserveCodeTableForTesting()1099 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AddCodeForTesting()1163 base::RecursiveMutexGuard guard(&allocation_mutex_); in UseLazyStub()1199 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AddCode()1283 base::RecursiveMutexGuard lock(&allocation_mutex_); in PublishCode()1297 base::RecursiveMutexGuard lock(&allocation_mutex_); in PublishCode()1385 base::RecursiveMutexGuard lock(&allocation_mutex_); in ReinstallDebugCode()1412 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AllocateForDeserializedCode()1439 base::RecursiveMutexGuard lock(&allocation_mutex_); in SnapshotCodeTable()[all …]
725 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AddWriter()730 base::RecursiveMutexGuard guard{&allocation_mutex_}; in RemoveWriter()735 base::RecursiveMutexGuard guard{&allocation_mutex_}; in MakeWritable()
108 base::RecursiveMutexGuard guard(&local_heaps_mutex_); in AddLocalHeap()122 base::RecursiveMutexGuard guard(&local_heaps_mutex_); in RemoveLocalHeap()
88 base::RecursiveMutexGuard mutex_guard_{GetStdoutMutex()};98 base::RecursiveMutexGuard mutex_guard_{GetStdoutMutex()};
78 base::RecursiveMutexGuard lock_guard(&async_wraps_mutex_); in ~AsyncHooks()159 base::RecursiveMutexGuard lock_guard(&async_wraps_mutex_); in CreateHook()227 base::RecursiveMutexGuard lock_guard(&hooks->async_wraps_mutex_); in ShellPromiseHook()
321 using RecursiveMutexGuard = LockGuard<RecursiveMutex>; variable