HomeSort by relevance Sort by last modified time
    Searched full:unlock (Results 251 - 275 of 2859) sorted by null

<<11121314151617181920>>

  /system/core/adb/
sysdeps_test.cpp 259 m.unlock();
265 m.unlock();
269 m.unlock();
288 m.unlock();
294 m.unlock();
298 m.unlock();
302 m.unlock();
  /external/jetty/src/java/org/eclipse/jetty/util/
BlockingArrayQueue.java 176 _headLock.unlock();
206 _headLock.unlock();
219 _tailLock.unlock();
231 _headLock.unlock();
263 _headLock.unlock();
306 _headLock.unlock();
360 _headLock.unlock();
391 _headLock.unlock();
396 _tailLock.unlock();
434 _headLock.unlock();
    [all...]
  /external/ceres-solver/internal/ceres/
mutex.h 73 // look at the bool, and not try to lock/unlock until the bool makes
80 // state between a call to Lock() and a call to Unlock() (that would
83 // Unlock() later, which is pretty perverse).
159 inline void Unlock(); // Release a lock acquired via Lock()
164 // be implemented as synonyms to Lock() and Unlock(). So you can use
170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
207 void Mutex::Unlock() { assert(mutex_++ == -1); }
219 void Mutex::Unlock() { if (is_safe_) LeaveCriticalSection(&mutex_); }
225 void Mutex::ReaderUnlock() { Unlock(); }
239 void Mutex::Unlock() { CERES_SAFE_PTHREAD(pthread_rwlock_unlock);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 124 lock.unlock();
169 lock.unlock();
210 lock.unlock();
261 lock.unlock();
281 lock.unlock();
291 lock.unlock();
328 lock.unlock();
356 lock.unlock();
372 lock.unlock();
405 lock.unlock();
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 152 this.unlock();
169 this.unlock();
183 this.unlock();
208 this.unlock();
227 this.unlock();
247 this.unlock();
268 this.unlock();
289 this.unlock();
306 this.unlock();
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 123 d->unlock(d);
131 d->unlock(d);
144 d->unlock(d);
148 d->unlock(d);
211 d->unlock(d);
215 d->unlock(d);
278 d->unlock = drawable_unlock;
390 d->unlock(d);
395 d->unlock(d);
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 73 defer client.reqMutex.Unlock()
79 client.mutex.Unlock()
86 client.mutex.Unlock()
96 client.mutex.Unlock()
117 client.mutex.Unlock()
164 client.mutex.Unlock()
165 client.reqMutex.Unlock()
280 client.mutex.Unlock()
284 client.mutex.Unlock()
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 73 defer client.reqMutex.Unlock()
79 client.mutex.Unlock()
86 client.mutex.Unlock()
96 client.mutex.Unlock()
117 client.mutex.Unlock()
164 client.mutex.Unlock()
165 client.reqMutex.Unlock()
280 client.mutex.Unlock()
284 client.mutex.Unlock()
  /build/kati/
stats.go 91 defer t.mu.Unlock()
147 s.mu.Unlock()
187 s.mu.Unlock()
192 defer s.mu.Unlock()
198 defer s.mu.Unlock()
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepotbase.h 42 static void unlock(atomic_uintptr_t *p, Node *s);
90 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( function in class:__sanitizer::StackDepotBase
114 unlock(p, s2);
131 unlock(p, s);
172 unlock(p, (Node *)(s & ~1UL));
  /external/drm_hwcomposer/
worker.cpp 83 int Worker::Unlock() {
112 ret = Unlock();
129 ret = Unlock();
178 ret = worker->Unlock();
180 ALOGE("Failed to unlock %s thread %d", worker->name_.c_str(), ret);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-modelingschema.dump 48 UNLOCK TABLES;
77 UNLOCK TABLES;
103 UNLOCK TABLES;
126 UNLOCK TABLES;
150 UNLOCK TABLES;
  /external/libcxx/src/
mutex.cpp 44 mutex::unlock() _NOEXCEPT
98 recursive_mutex::unlock() _NOEXCEPT
145 timed_mutex::unlock() _NOEXCEPT
200 recursive_timed_mutex::unlock() _NOEXCEPT
206 lk.unlock();
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
SecurityLogMonitor.java 97 mLock.unlock();
118 mLock.unlock();
140 mLock.unlock();
177 mLock.unlock();
213 mLock.unlock();
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
message_queue.c 95 /* Unlock the mutex to release the critical section */
120 /* Unlock the mutex to release the critical section */
132 /* Unlock the mutex to release the critical section */
159 /* Unlock the mutex to release the critical section */
171 /* Unlock the mutex to release the critical section */
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
message_queue.c 86 /* Unlock the mutex to release the critical section */
110 /* Unlock the mutex to release the critical section */
120 /* Unlock the mutex to release the critical section */
146 /* Unlock the mutex to release the critical section */
156 /* Unlock the mutex to release the critical section */
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
message_queue.c 86 /* Unlock the mutex to release the critical section */
110 /* Unlock the mutex to release the critical section */
120 /* Unlock the mutex to release the critical section */
146 /* Unlock the mutex to release the critical section */
156 /* Unlock the mutex to release the critical section */
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
message_queue.c 86 /* Unlock the mutex to release the critical section */
110 /* Unlock the mutex to release the critical section */
120 /* Unlock the mutex to release the critical section */
146 /* Unlock the mutex to release the critical section */
156 /* Unlock the mutex to release the critical section */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp 43 mutex::unlock() _NOEXCEPT
97 recursive_mutex::unlock() _NOEXCEPT
144 timed_mutex::unlock() _NOEXCEPT
199 recursive_timed_mutex::unlock() _NOEXCEPT
205 lk.unlock();
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
sys_windows.go 31 defer sw.smu.Unlock()
61 defer sw.smu.Unlock()
91 defer sw.smu.Unlock()
120 defer sw.smu.Unlock()
149 defer sw.smu.Unlock()
  /prebuilts/go/linux-x86/src/net/internal/socktest/
sys_windows.go 31 defer sw.smu.Unlock()
61 defer sw.smu.Unlock()
91 defer sw.smu.Unlock()
120 defer sw.smu.Unlock()
149 defer sw.smu.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/dng_sdk/source/
dng_mutex.cpp 187 void dng_mutex::Unlock ()
248 fMutex->Unlock ();
261 fMutex->Unlock ();
  /external/valgrind/drd/tests/
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/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.m 71 [self.condition unlock];
87 [self.condition unlock];
100 [self.condition unlock];

Completed in 9483 milliseconds

<<11121314151617181920>>