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

12 3 4 5 6 7 8 91011>>

  /device/google/cuttlefish_common/guest/vsoc/lib/
guest_lock.cpp 37 void GuestLock::Unlock() {
  /device/google/cuttlefish_common/host/vsoc/lib/
host_lock.cpp 39 void HostLock::Unlock() {
  /external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp 31 void Unlock() __attribute__((unlock_function));
71 mu.Unlock();
77 mu.Unlock();
83 mu.Unlock();
  /external/libchrome/base/synchronization/
lock_impl.h 44 void Unlock();
lock.h 27 void Release() { lock_.Unlock(); }
50 lock_.Unlock();
  /device/google/cuttlefish_common/common/libs/threads/
cuttlefish_thread_test.cpp 77 mutex_.Unlock();
85 mutex_.Unlock();
98 mutex_.Unlock();
134 mutex_.Unlock();
139 mutex_.Unlock();
143 mutex_.Unlock();
151 mutex_.Unlock();
185 mutex_.Unlock();
189 mutex_.Unlock();
197 mutex_.Unlock();
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
mutex.h 60 void Unlock();
85 ~MutexLock() { this->mu_->Unlock(); }
100 ~MutexLockMaybe() { if (this->mu_ != NULL) { this->mu_->Unlock(); } }
  /external/v8/src/base/platform/
mutex.h 29 // either |Lock()| or |TryLock()| until it calls |Unlock()|.
50 void Unlock();
121 // calls to |Unlock()|.
139 // after the thread makes a matching number of calls to |Unlock()|.
145 // more call to |Lock()| than there were calls to unlock() made by this
149 void Unlock();
206 ~LockGuard() { mutex_->Unlock(); }
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
mutex.h 60 void Unlock();
85 ~MutexLock() { this->mu_->Unlock(); }
100 ~MutexLockMaybe() { if (this->mu_ != NULL) { this->mu_->Unlock(); } }
  /development/host/windows/usb/api/
adb_object_handle.cpp 94 the_map_locker.Unlock();
133 the_map_locker.Unlock();
164 the_map_locker.Unlock();
  /external/valgrind/drd/tests/
tsan_unittest.cpp 153 printf_mu.Unlock(); \
373 // 4. while(COND) / e. MU.Unlock()
375 // 5. MU.Unlock()
386 MU.Unlock();
397 MU.Unlock();
421 // /--- d. MU.Unlock()
423 // 4. MU.Unlock()
433 MU.Unlock(); // calls ANNOTATE_CONDVAR_SIGNAL;
441 MU.Unlock(); // Waker is done!
503 // 4. while(COND) e. MU.Unlock()
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
rwmutex_test.go 21 defer mu1.Unlock()
28 mu2.Unlock()
42 defer mu.Unlock()
62 defer mu.Unlock()
100 defer mu.Unlock()
151 mu.Unlock()
sync_test.go 24 mu.Unlock()
30 mu.Unlock()
47 mu.Unlock()
51 mu.Unlock()
58 mu.Unlock()
195 mutex.Unlock()
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
rwmutex_test.go 21 defer mu1.Unlock()
28 mu2.Unlock()
42 defer mu.Unlock()
62 defer mu.Unlock()
100 defer mu.Unlock()
151 mu.Unlock()
sync_test.go 24 mu.Unlock()
30 mu.Unlock()
47 mu.Unlock()
51 mu.Unlock()
58 mu.Unlock()
195 mutex.Unlock()
  /art/runtime/base/
mutex_test.cc 44 mu.Unlock(Thread::Current());
54 mu.Unlock(Thread::Current());
70 mu.Unlock(Thread::Current());
72 mu.Unlock(Thread::Current());
88 mu.Unlock(Thread::Current());
90 mu.Unlock(Thread::Current());
112 state->mu.Unlock(Thread::Current());
128 state.mu.Unlock(Thread::Current());
129 state.mu.Unlock(Thread::Current());
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_impl.h 76 lock_.Unlock();
104 lock_.Unlock();
126 this->lock_.Unlock();
139 this->lock_.Unlock();
146 this->lock_.Unlock();
165 this->lock_.Unlock();
173 this->lock_.Unlock();
209 this->lock_.Unlock();
228 this->lock_.Unlock();
lock_guard.h 46 lock_->Unlock();
75 lock_->Unlock(region_);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 39 void Unlock() {
85 void Unlock();
111 void Unlock() {
183 mu_->Unlock();
  /external/drm_hwcomposer/
worker.h 35 void Unlock() {
36 mutex_.unlock();
  /external/gflags/src/
mutex.h 74 // look at the bool, and not try to lock/unlock until the bool makes
81 // state between a call to Lock() and a call to Unlock() (that would
84 // Unlock() later, which is pretty perverse).
175 inline void Unlock(); // Release a lock acquired via Lock()
180 // be implemented as synonyms to Lock() and Unlock(). So you can use
186 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
223 void Mutex::Unlock() { assert(mutex_++ == -1); }
242 void Mutex::Unlock() { if (is_safe_) LeaveCriticalSection(&mutex_); }
248 void Mutex::ReaderUnlock() { Unlock(); }
266 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock);
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.h 34 void Unlock();
  /prebuilts/go/darwin-x86/src/net/http/httputil/
persist.go 67 defer sc.mu.Unlock()
104 sc.mu.Unlock()
110 defer sc.mu.Unlock()
114 defer sc.mu.Unlock()
118 defer sc.mu.Unlock()
124 sc.mu.Unlock()
134 defer sc.mu.Unlock()
142 defer sc.mu.Unlock()
168 defer sc.mu.Unlock()
182 sc.mu.Unlock()
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httputil/
persist.go 67 defer sc.mu.Unlock()
104 sc.mu.Unlock()
110 defer sc.mu.Unlock()
114 defer sc.mu.Unlock()
118 defer sc.mu.Unlock()
124 sc.mu.Unlock()
134 defer sc.mu.Unlock()
142 defer sc.mu.Unlock()
168 defer sc.mu.Unlock()
182 sc.mu.Unlock()
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jawt.h 127 * // Unlock the drawing surface
128 * ds->Unlock(ds);
186 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
196 * Unlock(). This function returns a bitmask with one or more of the
213 * additional calls to Lock() or Unlock() are made.
227 * Unlock the drawing surface of the target component for native rendering.
229 void (JNICALL *Unlock)
268 void (JNICALL *Unlock)(JNIEnv* env);

Completed in 673 milliseconds

12 3 4 5 6 7 8 91011>>