/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | lock_test.cc | 25 // Basic test to make sure that Acquire()/Unlock()/Try() don't crash 35 lock_->Unlock(); in ThreadMain() 41 lock_->Unlock(); in ThreadMain() 47 lock_->Unlock(); in ThreadMain() 72 lock.Unlock(); in BasicLockTest() 78 lock.Unlock(); in BasicLockTest() 84 lock.Unlock(); in BasicLockTest() 91 lock.Unlock(); in BasicLockTest() 111 lock_->Unlock(); in ThreadMain() 141 lock.Unlock(); in TryLockTest() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | call_once_test.cc | 44 counters_mu.Unlock(); in WaitAndIncrement() 48 counters_mu.Unlock(); in WaitAndIncrement() 54 counters_mu.Unlock(); in ThreadBody() 60 counters_mu.Unlock(); in ThreadBody() 92 counters_mu.Unlock(); in TEST() 102 counters_mu.Unlock(); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 110 cxt->mu.Unlock(); in TestTry() 348 mu->Unlock(); in EndTest() 376 mu2.Unlock(); in RunTestCommon() 418 x->mu.Unlock(); in WaitForA() 445 state.barrier_mu.Unlock(); in TEST() 449 state.release_mu.Unlock(); in TEST() 453 state.barrier_mu.Unlock(); in TEST() 461 state.release_mu.Unlock(); in TEST() 486 state.barrier_mu.Unlock(); in TEST() 490 state.release_mu.Unlock(); in TEST() [all...] |
H A D | notification.cc | 52 this->mutex_.Unlock(); in WaitForNotification() 62 this->mutex_.Unlock(); in WaitForNotificationWithTimeout() 72 this->mutex_.Unlock(); in WaitForNotificationWithDeadline()
|
H A D | mutex_benchmark.cc | 50 ~RaiiLocker() { mu_->Unlock(); } in ~RaiiLocker() 265 m->Unlock(); in BM_ConditionWaiters() 292 mu.Unlock(); // Each unlock requires Condition evaluation for our waiters. in BM_ConditionWaiters() 299 mu.Unlock(); in BM_ConditionWaiters()
|
H A D | mutex.h | 91 // A `Mutex` has two basic operations: `Mutex::Lock()` and `Mutex::Unlock()`. 93 // *exclusive* -- or write -- lock), while the `Unlock()` operation *releases* a 94 // Mutex. During the span of time between the Lock() and Unlock() operations, 100 // | | Lock() | Unlock() | 105 // Attempts to `Unlock()` must originate from the thread that performed the 162 // Mutex::Unlock() 166 void Unlock() ABSL_UNLOCK_FUNCTION(); 191 // `Unlock()` and `TryLock()` methods for use within applications mixing 202 // Operation: WriterLock() Unlock() ReaderLock() ReaderUnlock() 248 // Aliases for `Mutex::Lock()`, `Mutex::Unlock()`, an [all...] |
/third_party/rust/crates/rustix/tests/fs/ |
H A D | flock.rs | 8 flock(&f, FlockOperation::Unlock).unwrap(); in test_flock() 11 flock(&g, FlockOperation::Unlock).unwrap(); in test_flock() 19 flock(&f, FlockOperation::Unlock).unwrap(); in test_flock() 20 flock(&g, FlockOperation::Unlock).unwrap(); in test_flock() 27 flock(&f, FlockOperation::Unlock).unwrap(); in test_flock() 31 flock(&g, FlockOperation::Unlock).unwrap(); in test_flock()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | GalliumContext.cpp | 73 Unlock(); in ~GalliumContext() 236 Unlock(); in CreateContext() 299 Unlock(); in SetCurrentContext() 305 Unlock(); in SetCurrentContext() 320 Unlock(); in SetCurrentContext() 336 Unlock(); in SwapBuffers() 353 Unlock(); in SwapBuffers() 420 GalliumContext::Unlock() in Unlock() function in GalliumContext
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | mutex.cc | 167 void Mutex::Unlock() { in Unlock() function in v8::base::Mutex 205 void RecursiveMutex::Unlock() { in Unlock() function in v8::base::RecursiveMutex 326 void Mutex::Unlock() { 364 void RecursiveMutex::Unlock() { 430 void Mutex::Unlock() { SbMutexRelease(&native_handle_); } 438 void RecursiveMutex::Unlock() { native_handle_.Release(); }
|
H A D | mutex.h | 36 // either |Lock()| or |TryLock()| until it calls |Unlock()|. 59 void Unlock(); 131 // calls to |Unlock()|. 151 // after the thread makes a matching number of calls to |Unlock()|. 161 void Unlock(); 307 if (has_mutex()) mutex_->Unlock(); in ~LockGuard()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | lock.cc | 44 void Lock::Unlock() { in Unlock() function in sfntly::Lock 66 void Lock::Unlock() {
|
H A D | lock.h | 51 void Unlock(); 66 lock_.Unlock(); in ~AutoLock()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_mutex.cpp | 187 void dng_mutex::Unlock () in Unlock() function in dng_mutex 248 fMutex->Unlock (); in ~dng_lock_mutex() 261 fMutex->Unlock (); in dng_unlock_mutex()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 100 void Unlock() GOOGLE_PROTOBUF_RELEASE() { mu_.unlock(); } in GOOGLE_PROTOBUF_RELEASE() 119 ~MutexLock() { this->mu_->Unlock(); } in ~MutexLock() 134 ~MutexLockMaybe() { if (this->mu_ != nullptr) { this->mu_->Unlock(); } } in ~MutexLockMaybe()
|
/third_party/node/deps/v8/src/execution/ |
H A D | v8threads.cc | 75 isolate_->thread_manager()->Unlock(); in ~Locker() 84 isolate_->thread_manager()->Unlock(); in Initialize() 159 void ThreadManager::Unlock() { in Unlock() function in v8::internal::ThreadManager 161 mutex_.Unlock(); in Unlock()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 86 defer m.mu.Unlock() 96 defer m.mu.Unlock() 106 defer m.mu.Unlock() 112 defer m.mu.Unlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 86 defer m.mu.Unlock() 96 defer m.mu.Unlock() 106 defer m.mu.Unlock() 112 defer m.mu.Unlock()
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 86 defer m.mu.Unlock() 96 defer m.mu.Unlock() 106 defer m.mu.Unlock() 112 defer m.mu.Unlock()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 100 c.handlingMu.Unlock() 165 c.pendingMu.Unlock() 170 c.pendingMu.Unlock() 295 defer r.conn.handlingMu.Unlock() 392 c.pendingMu.Unlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 100 c.handlingMu.Unlock() 165 c.pendingMu.Unlock() 170 c.pendingMu.Unlock() 295 defer r.conn.handlingMu.Unlock() 392 c.pendingMu.Unlock()
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 100 c.handlingMu.Unlock() 165 c.pendingMu.Unlock() 170 c.pendingMu.Unlock() 295 defer r.conn.handlingMu.Unlock() 392 c.pendingMu.Unlock()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | IndexBuffer9.cpp | 94 HRESULT result = mIndexBuffer->Unlock(); in unmapBuffer() 134 result = mIndexBuffer->Unlock(); in discard()
|
H A D | VertexBuffer9.cpp | 109 mVertexBuffer->Unlock(); in storeVertexAttributes() 143 result = mVertexBuffer->Unlock(); in discard()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | spinlock.h | 96 inline void Unlock() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION() 192 inline ~SpinLockHolder() ABSL_UNLOCK_FUNCTION() { lock_->Unlock(); } in ABSL_UNLOCK_FUNCTION()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | reflection.cc | 56 void Unlock() ABSL_UNLOCK_FUNCTION(lock_) { lock_.Unlock(); } in ABSL_UNLOCK_FUNCTION() 90 ~FlagRegistryLock() { fr_.Unlock(); } in ~FlagRegistryLock()
|