| /third_party/rust/rust/compiler/rustc_data_structures/src/flock/ |
| D | unix.rs | 8 pub struct Lock { struct 12 impl Lock { implementation 13 pub fn new(p: &Path, wait: bool, create: bool, exclusive: bool) -> io::Result<Lock> { in new() 39 impl Drop for Lock { implementation
|
| D | linux.rs | 11 pub struct Lock { struct 15 impl Lock { argument 16 pub fn new(p: &Path, wait: bool, create: bool, exclusive: bool) -> io::Result<Lock> { in new()
|
| D | windows.rs | 16 pub struct Lock { struct 20 impl Lock { impl 21 pub fn new(p: &Path, wait: bool, create: bool, exclusive: bool) -> io::Result<Lock> { in new()
|
| D | unsupported.rs | 5 pub struct Lock(()); struct 7 impl Lock { implementation 8 pub fn new(_p: &Path, _wait: bool, _create: bool, _exclusive: bool) -> io::Result<Lock> { in new()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | PluginLoader.cpp | 26 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
|
| D | ErrorHandling.cpp | 67 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
|
| D | Parallel.cpp | 47 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
|
| D | DynamicLibrary.cpp | 144 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
|
| /third_party/grpc/src/core/lib/promise/ |
| D | promise_mutex.h | 35 Lock() {} in Lock() function 44 Lock(Lock&& other) noexcept in Lock() function 65 explicit Lock(PromiseMutex* mutex) : mutex_(mutex) { in Lock() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/ |
| D | lock.cc | 20 void SpinLock::Lock() { in Lock() function in mindspore::dataset::SpinLock 115 void SharedLock::Lock() { in Lock() function in mindspore::dataset::SharedLock 142 void UniqueLock::Lock() { in Lock() function in mindspore::dataset::UniqueLock 165 void LockGuard::Lock() { in Lock() function in mindspore::dataset::LockGuard
|
| /third_party/rust/rust/library/std/src/io/stdio/ |
| D | tests.rs | 71 type Lock; typedef 72 fn lock(&'a self) -> Self::Lock; in lock() 75 type Lock = StderrLock<'a>; typedef 81 type Lock = StdinLock<'a>; typedef 87 type Lock = StdoutLock<'a>; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | IRCompileLayer.cpp | 24 std::lock_guard<std::mutex> Lock(IRLayerMutex); in setNotifyCompiled() local 34 std::lock_guard<std::mutex> Lock(IRLayerMutex); in emit() local
|
| D | LazyReexports.cpp | 29 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/ |
| D | ErrorHandling.cpp | 50 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
|
| D | ManagedStatic.cpp | 51 std::lock_guard<std::recursive_mutex> Lock(*getManagedStaticMutex()); in RegisterManagedStatic() local
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerUtilDarwin.cpp | 46 std::lock_guard<std::mutex> Lock(SignalMutex); in ExecuteCommand() local 127 std::lock_guard<std::mutex> Lock(SignalMutex); in ExecuteCommand() local
|
| /third_party/openhitls/testcode/framework/tls/base/include/ |
| D | lock.h | 21 typedef pthread_mutex_t Lock; typedef
|
| /third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/ |
| D | lock_boost.h | 25 typedef boost::mutex Lock; typedef
|
| D | lock_unsafe.h | 31 Lock() {} in Lock() function
|
| D | lock_win32.h | 30 Lock() { in Lock() function
|
| D | lock_posix.h | 30 Lock() { in Lock() function
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
| D | lock.cc | 23 Lock::Lock() { in Lock() function in sfntly::Lock
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| D | Context.hpp | 50 class Lock class in vk::dbg::Context
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
| D | PassRegistry.h | 39 mutable sys::SmartRWMutex<true> Lock; variable
|
| /third_party/python/Doc/library/ |
| D | asyncio-sync.rst | 37 Lock chapter
|