HomeSort by relevance Sort by last modified time
    Searched defs:Unlock (Results 26 - 50 of 65) sorted by null

12 3

  /hardware/qcom/display/msmcobalt/sdm/include/utils/
locker.h 49 locker_.Unlock();
64 locker_.Unlock();
80 locker_.Unlock();
99 locker_.Unlock();
120 locker_.Unlock();
138 void Unlock() { pthread_mutex_unlock(&mutex_); }
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 88 void Unlock() { mtx_.Unlock(); }
sanitizer_mac.cc 310 void BlockingMutex::Unlock() {
sanitizer_linux.cc 478 void BlockingMutex::Unlock() {
    [all...]
sanitizer_win.cc 592 // constructors, we should probably manually Lock/Unlock all the global
600 void BlockingMutex::Unlock() {
  /external/libchrome/base/files/
file_posix.cc 370 File::Error File::Unlock() {
371 SCOPED_FILE_TRACE("Unlock");
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h 204 virtual void Unlock() { CFX_ThreadLock::Unlock(); }
247 virtual void Unlock() { CFX_ThreadLock::Unlock(); }
fx_utils.cpp 17 void CFX_ThreadLock::Unlock() {}
  /external/protobuf/src/google/protobuf/stubs/
common.cc 272 void Mutex::Unlock() {
308 void Mutex::Unlock() {
  /external/v8/src/
v8threads.cc 74 isolate_->thread_manager()->Unlock();
84 isolate_->thread_manager()->Unlock();
160 void ThreadManager::Unlock() {
162 mutex_.Unlock();
  /external/valgrind/drd/tests/
annotate_smart_pointer.cpp 68 void Unlock()
129 void Unlock()
281 m_mutex.Unlock();
289 m_mutex.Unlock();
tsan_thread_wrappers_pthread.h 124 void Unlock() {
147 void Unlock() {
195 signal_at_unlock_ = true; // Always signal at Unlock to make
204 void Unlock() {
212 void ReaderUnlock() { Unlock(); }
268 mu_->Unlock();
305 void Unlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); }
332 mu_->Unlock();
388 mu_.Unlock();
398 mu_.Unlock();
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h 115 void Unlock() {
145 ~AutoLock() { obj_->Unlock(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 104 void Unlock() { LeaveCriticalSection(&m_CritSec); }
114 ~CLock() { m_CriticalSection.Unlock(); }
174 s_CritSection.Unlock();
190 s_CritSection.Unlock();
  /external/webrtc/webrtc/p2p/base/
relayserver.cc 646 void RelayServerConnection::Unlock() {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 224 void Mutex::Unlock() {
    [all...]
  /external/webrtc/webrtc/base/
stream.cc 504 bool FileStream::Unlock() {
  /art/runtime/
monitor.cc 354 monitor_lock_.Unlock(self); // Let go of locks in order.
504 ThrowIllegalMonitorStateExceptionF("unlock of unowned monitor on object of type '%s'"
510 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
519 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
527 ThrowIllegalMonitorStateExceptionF("unlock of monitor originally owned by '%s' (now"
534 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
544 bool Monitor::Unlock(Thread* self) {
568 // We don't own this, so we're not allowed to unlock it.
583 monitor_lock_.Unlock(self);
596 monitor_lock_.Unlock(self)
    [all...]
  /external/dng_sdk/source/
dng_pthread.cpp 76 void Unlock() { ::LeaveCriticalSection(&lock); }
122 mutex->Unlock();
565 (*mutex)->Unlock();
601 real_mutex.Unlock();
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 165 Unlock();
203 void Unlock() {
204 pulse()->Unlock();
290 Unlock();
357 Unlock();
369 Unlock();
393 void Unlock() {
394 stream_.Unlock();
424 // We get the data pointer and size now in order to save one Lock/Unlock
443 Unlock();
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 390 milliseconds

12 3