Home
last modified time | relevance | path

Searched refs:ScopedLock (Results 1 – 25 of 29) sorted by relevance

12

/external/valgrind/main/drd/tests/
Dmonitor_example.cpp155 class ScopedLock class
158 ScopedLock(Monitor& m) in ScopedLock() function in ScopedLock
162 ~ScopedLock() in ~ScopedLock()
170 ScopedLock(const ScopedLock&);
171 ScopedLock& operator=(const ScopedLock&);
186 ScopedLock sl(m_monitor); in get()
191 ScopedLock sl(m_monitor); in set()
197 ScopedLock sl(m_monitor); in wait()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp178 sys::ScopedLock L(gCrashRecoveryContexMutex); in Enable()
194 sys::ScopedLock L(gCrashRecoveryContexMutex); in Disable()
263 sys::ScopedLock L(gCrashRecoveryContexMutex); in Enable()
282 sys::ScopedLock L(gCrashRecoveryContexMutex); in Disable()
/external/v8/src/
Dplatform.h562 class ScopedLock {
564 explicit ScopedLock(Mutex* mutex): mutex_(mutex) { in ScopedLock() function
568 ~ScopedLock() { in ~ScopedLock()
574 DISALLOW_COPY_AND_ASSIGN(ScopedLock);
Ddebug-agent.cc109 ScopedLock with(session_access_); in CreateSession()
126 ScopedLock with(session_access_); in CloseSession()
139 ScopedLock with(session_access_); in DebuggerMessage()
157 ScopedLock with(session_access_); in OnSessionClosed()
Dlog-utils.h145 ScopedLock sl;
Dd8-debug.cc248 i::ScopedLock lock(event_access_); in AddEvent()
263 i::ScopedLock lock(event_access_); in GetEvent()
Dplatform-cygwin.cc133 ScopedLock lock(limit_mutex); in UpdateAllocatedSpaceLimits()
638 ScopedLock lock(mutex_.Pointer()); in AddActiveSampler()
649 ScopedLock lock(mutex_.Pointer()); in RemoveActiveSampler()
Ddebug.cc3001 ScopedLock with(debugger_access_); in SetMessageHandler()
3038 ScopedLock with(dispatch_handler_access_); in SetDebugMessageDispatchHandler()
3051 ScopedLock with(debugger_access_); in InvokeMessageHandler()
3081 ScopedLock with(dispatch_handler_access_); in ProcessCommand()
3110 ScopedLock with(debugger_access_); in IsDebuggerActive()
3200 ScopedLock with(dispatch_handler_access_); in CallMessageDispatchHandler()
3531 ScopedLock sl(lock_); in IsEmpty()
3537 ScopedLock sl(lock_); in Get()
3545 ScopedLock sl(lock_); in Put()
3552 ScopedLock sl(lock_); in Clear()
[all …]
Dplatform-macos.cc123 ScopedLock lock(limit_mutex); in UpdateAllocatedSpaceLimits()
757 ScopedLock lock(mutex_.Pointer()); in AddActiveSampler()
768 ScopedLock lock(mutex_.Pointer()); in RemoveActiveSampler()
Dplatform-freebsd.cc148 ScopedLock lock(limit_mutex); in UpdateAllocatedSpaceLimits()
734 ScopedLock lock(mutex_.Pointer()); in AddActiveSampler()
754 ScopedLock lock(mutex_.Pointer()); in RemoveActiveSampler()
Dplatform-solaris.cc160 ScopedLock lock(limit_mutex); in UpdateAllocatedSpaceLimits()
744 ScopedLock lock(mutex_.Pointer()); in AddActiveSampler()
757 ScopedLock lock(mutex_.Pointer()); in RemoveActiveSampler()
Dplatform-openbsd.cc166 ScopedLock lock(limit_mutex); in UpdateAllocatedSpaceLimits()
823 ScopedLock lock(mutex_.Pointer()); in AddActiveSampler()
836 ScopedLock lock(mutex_.Pointer()); in RemoveActiveSampler()
Disolate.cc328 ScopedLock lock(process_wide_mutex_); in AllocatePerIsolateThreadData()
342 ScopedLock lock(process_wide_mutex_); in FindOrAllocatePerThreadDataForThisThread()
356 ScopedLock lock(process_wide_mutex_); in FindPerThreadDataForThisThread()
364 ScopedLock lock(process_wide_mutex_); in EnsureDefaultIsolate()
1536 { ScopedLock lock(process_wide_mutex_); in TearDown()
1721 ScopedLock lock(debugger_access_); in InitializeDebugger()
Dv8.cc122 ScopedLock lock(entropy_mutex.Pointer()); in seed_random()
Dplatform-linux.cc341 ScopedLock lock(limit_mutex); in UpdateAllocatedSpaceLimits()
1118 ScopedLock lock(mutex_.Pointer()); in AddActiveSampler()
1131 ScopedLock lock(mutex_.Pointer()); in RemoveActiveSampler()
Dplatform-win32.cc159 ScopedLock lock(memcopy_function_mutex.Pointer()); in MemCopy()
832 ScopedLock lock(limit_mutex); in UpdateAllocatedSpaceLimits()
1973 ScopedLock lock(mutex_.Pointer()); in AddActiveSampler()
1984 ScopedLock lock(mutex_.Pointer()); in RemoveActiveSampler()
Dplatform-posix.cc323 ScopedLock lock(memcopy_function_mutex.Pointer()); in MemCopy()
Dlog.cc1739 ScopedLock lock(active_samplers_mutex.Pointer()); in IterateActiveSamplers()
1766 ScopedLock lock(active_samplers_mutex.Pointer()); in AddActiveSampler()
1778 ScopedLock lock(active_samplers_mutex.Pointer()); in RemoveActiveSampler()
Dgdb-jit.cc2049 ScopedLock lock(mutex.Pointer()); in AddCode()
2130 ScopedLock lock(mutex.Pointer()); in RemoveCode()
2150 ScopedLock lock(mutex.Pointer()); in RegisterDetailedLineInfo()
/external/llvm/include/llvm/Support/
DMutex.h151 typedef SmartScopedLock<false> ScopedLock; typedef
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp75 sys::ScopedLock locked(PG.Lock); in getFixedStack()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc85 MBlock::ScopedLock l(b); in GetAndLock()
151 MBlock::ScopedLock l(b); in GetAndRemove()
Dtsan_mman.cc122 MBlock::ScopedLock l(b); in user_free()
Dtsan_rtl.h116 typedef GenericScopedLock<MBlock> ScopedLock; typedef
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp99 sys::ScopedLock Writer(*FunctionsLock); in lookupFunction()
474 sys::ScopedLock Writer(*FunctionsLock); in initializeExternalFunctions()

12