Searched refs:Unlock (Results 76 - 100 of 228) sorted by relevance

12345678910

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_example.h35 // Unlock the mutex.
37 void Unlock();
H A Dport_posix.cc28 void Mutex::Unlock() { PthreadCall("unlock", pthread_mutex_unlock(&mu_)); } function in class:leveldb::port::Mutex
/external/chromium_org/third_party/webrtc/base/
H A Dfilelock.cc28 void FileLock::Unlock() { function in class:rtc::FileLock
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() { function in class:__sanitizer::StaticSpinMutex
79 void Unlock();
105 void Unlock() { function in class:__sanitizer::RWMutex
177 mu_->Unlock();
H A Dsanitizer_thread_registry.h86 void Unlock() { mtx_.Unlock(); } function in class:__sanitizer::ThreadRegistry
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h59 Unlock();
75 Unlock();
148 Unlock();
190 Unlock();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc196 Unlock();
217 Unlock();
227 Unlock();
243 Unlock();
255 // * At entry and exit of Lock() and Unlock(), the current thread
273 "Last Unlock didn't reset recursion_count_");
280 void MemoryRegionMap::Unlock() { function in class:MemoryRegionMap
288 lock_.Unlock();
318 Unlock();
335 Unlock();
[all...]
H A Dcentral_freelist.cc138 lock_.Unlock();
194 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
195 inline ~LockInverter() { temp_->Unlock(); held_->Lock(); }
255 lock_.Unlock();
275 lock_.Unlock();
312 lock_.Unlock();
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h124 void Unlock() { function in class:SpinLock
147 void Unlock() { function in class:SpinLock
195 signal_at_unlock_ = true; // Always signal at Unlock to make
204 void Unlock() { function in class:Mutex
212 void ReaderUnlock() { Unlock(); }
268 mu_->Unlock();
305 void Unlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); } function in class:RWLock
332 mu_->Unlock();
388 mu_.Unlock();
398 mu_.Unlock();
[all...]
/external/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.h81 instance_->Unlock();
120 void Unlock();
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h70 void UnlockReceive() {m_crtRecv.Unlock();}
73 void UnlockFilter() { m_crtFilter.Unlock(); }
/external/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc36 void Unlock() { pthread_mutex_unlock(&m_); } function in class:Mutex
65 mutexes[(offset + i) % kNumMutexes].Unlock();
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_bench.cc98 t.Unlock(m);
102 m.Unlock();
H A Dtsan_test_util.h44 void Unlock();
100 void Unlock(const Mutex &m);
/external/lldb/include/lldb/Utility/
H A DSharedCluster.h61 m_mutex.Unlock();
97 m_mutex.Unlock();
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc61 s1->mtx.Unlock();
82 s1->mtx.Unlock();
84 s2->mtx.Unlock();
103 s1->mtx.Unlock();
107 s2->mtx.Unlock();
118 s->mtx.Unlock();
/external/chromium_org/chrome/common/
H A Dmulti_process_lock_unittest.cc110 test_lock->Unlock();
123 test_lock->Unlock();
127 test_lock->Unlock();
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc71 void UnblockInit() { init_blocker_.Unlock(); }
165 mutex_.Unlock();
167 init_blocker_.Unlock();
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc71 void UnblockInit() { init_blocker_.Unlock(); }
165 mutex_.Unlock();
167 init_blocker_.Unlock();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.cc138 lock_.Unlock();
193 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
194 inline ~LockInverter() { temp_->Unlock(); held_->Lock(); }
254 lock_.Unlock();
273 lock_.Unlock();
309 lock_.Unlock();
/external/chromium_org/chrome/browser/signin/
H A Dscreenlock_bridge.cc149 void ScreenlockBridge::Unlock(Profile* profile) { function in class:ScreenlockBridge
151 lock_handler_->Unlock(GetAuthenticatedUserEmail(profile));
H A Dscreenlock_bridge.h123 // Unlock from easy unlock app for a user.
124 virtual void Unlock(const std::string& user_email) = 0;
143 void Unlock(Profile* profile);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp101 HRESULT result = mIndexBuffer->Unlock();
148 result = mIndexBuffer->Unlock();
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_test.cc78 s->mu.Unlock();
91 state.mu.Unlock();
/external/chromium_org/v8/src/base/platform/
H A Dmutex.cc133 void Mutex::Unlock() { function in class:v8::base::Mutex
171 void RecursiveMutex::Unlock() { function in class:v8::base::RecursiveMutex

Completed in 837 milliseconds

12345678910