HomeSort by relevance Sort by last modified time
    Searched refs:state_lock_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_adb.cc 71 state_lock_("JdwpAdbState lock", kJdwpAdbStateLock) {
91 virtual bool Accept() REQUIRES(!state_lock_);
97 virtual void Shutdown() REQUIRES(!state_lock_) {
101 MutexLock mu(Thread::Current(), state_lock_); variable
120 virtual bool ProcessIncoming() REQUIRES(!state_lock_);
123 int ReceiveClientFd() REQUIRES(!state_lock_);
125 bool IsDown() REQUIRES(!state_lock_) {
126 MutexLock mu(Thread::Current(), state_lock_); variable
130 int ControlSock() REQUIRES(!state_lock_) {
131 MutexLock mu(Thread::Current(), state_lock_); variable
140 Mutex state_lock_; member in struct:art::JDWP::JdwpAdbState
199 MutexLock mu(Thread::Current(), state_lock_); local
240 MutexLock mu(Thread::Current(), state_lock_); local
309 MutexLock mu(Thread::Current(), state_lock_); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
compiler.h 72 state_lock_.lock();
77 void Release() { state_lock_.unlock(); }
81 mutex state_lock_; member in class:shaderc_util::GlslInitializer

Completed in 490 milliseconds