Home
last modified time | relevance | path

Searched defs:Lock (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPluginLoader.cpp26 sys::SmartScopedLock<true> Lock(*PluginsLock); in operator =() local
37 sys::SmartScopedLock<true> Lock(*PluginsLock); in getNumPlugins() local
42 sys::SmartScopedLock<true> Lock(*PluginsLock); in getPlugin() local
DErrorHandling.cpp67 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in install_fatal_error_handler() local
76 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in remove_fatal_error_handler() local
101 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in report_fatal_error() local
132 std::lock_guard<std::mutex> Lock(BadAllocErrorHandlerMutex); in install_bad_alloc_error_handler() local
141 std::lock_guard<std::mutex> Lock(BadAllocErrorHandlerMutex); in remove_bad_alloc_error_handler() local
154 std::lock_guard<std::mutex> Lock(BadAllocErrorHandlerMutex); in report_bad_alloc_error() local
DParallel.cpp47 std::lock_guard<std::mutex> Lock(Mutex); in ThreadPoolExecutor() local
61 std::lock_guard<std::mutex> Lock(Mutex); in stop() local
86 std::lock_guard<std::mutex> Lock(Mutex); in add() local
95 std::unique_lock<std::mutex> Lock(Mutex); in work() local
DDynamicLibrary.cpp144 SmartScopedLock<true> Lock(*SymbolsMutex); in AddSymbol() local
156 SmartScopedLock<true> Lock(*SymbolsMutex); in getPermanentLibrary() local
165 SmartScopedLock<true> Lock(*SymbolsMutex); in addPermanentLibrary() local
181 SmartScopedLock<true> Lock(*SymbolsMutex); in SearchForAddressOfSymbol() local
DManagedStatic.cpp49 std::lock_guard<std::recursive_mutex> Lock(*getManagedStaticMutex()); in RegisterManagedStatic() local
DCodeGenCoverage.cpp87 sys::SmartScopedLock<true> Lock(OutputMutex); in emit() local
/third_party/node/deps/v8/src/base/platform/
Dmutex.cc161 void Mutex::Lock() { in Lock() function in v8::base::Mutex
196 void RecursiveMutex::Lock() { in Lock() function in v8::base::RecursiveMutex
320 void Mutex::Lock() { in Lock() function in v8::base::Mutex
355 void RecursiveMutex::Lock() { in Lock() function in v8::base::RecursiveMutex
428 void Mutex::Lock() { SbMutexAcquire(&native_handle_); } in Lock() function in v8::base::Mutex
436 void RecursiveMutex::Lock() { native_handle_.Acquire(); } in Lock() function in v8::base::RecursiveMutex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DIRCompileLayer.cpp24 std::lock_guard<std::mutex> Lock(IRLayerMutex); in setNotifyCompiled() local
34 std::lock_guard<std::mutex> Lock(IRLayerMutex); in emit() local
DLazyReexports.cpp29 std::lock_guard<std::mutex> Lock(LCTMMutex); in getCallThroughTrampoline() local
46 std::lock_guard<std::mutex> Lock(LCTMMutex); in callThroughToSymbol() local
67 std::lock_guard<std::mutex> Lock(LCTMMutex); in callThroughToSymbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp50 llvm::MutexGuard Lock(*ErrorHandlerMutex); in install_fatal_error_handler() local
57 llvm::MutexGuard Lock(*ErrorHandlerMutex); in remove_fatal_error_handler() local
80 llvm::MutexGuard Lock(*ErrorHandlerMutex); in report_fatal_error() local
DManagedStatic.cpp51 std::lock_guard<std::recursive_mutex> Lock(*getManagedStaticMutex()); in RegisterManagedStatic() local
/third_party/cef/libcef_dll/base/
Dcef_lock_impl.cc29 void LockImpl::Lock() { in Lock() function in base::cef_internal::LockImpl
79 void LockImpl::Lock() { in Lock() function in base::cef_internal::LockImpl
Dcef_lock.cc17 Lock::Lock() : lock_() {} in Lock() function in base::cef_internal::Lock
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilDarwin.cpp46 std::lock_guard<std::mutex> Lock(SignalMutex); in ExecuteCommand() local
127 std::lock_guard<std::mutex> Lock(SignalMutex); in ExecuteCommand() local
/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/
Dlock_boost.h25 typedef boost::mutex Lock; typedef
Dlock_unsafe.h31 Lock() {} in Lock() function
Dlock_win32.h30 Lock() { in Lock() function
Dlock_posix.h30 Lock() { in Lock() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlock.cc23 Lock::Lock() { in Lock() function in sfntly::Lock
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DContext.hpp50 class Lock class in vk::dbg::Context
/third_party/python/Doc/library/
Dasyncio-sync.rst36 Lock chapter
/third_party/openh264/codec/common/inc/
DWelsLock.h61 WELS_THREAD_ERROR_CODE Lock() { in Lock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassRegistry.h39 mutable sys::SmartRWMutex<true> Lock; variable
/third_party/lzma/CPP/Windows/
DMemoryGlobal.h31 LPVOID Lock() const { return GlobalLock(_global); } in Lock() function
/third_party/cef/include/base/
Dcef_lock.h56 Lock() : lock_() {} in Lock() function

1234