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

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/src/
notify.c 128 ** Register an unlock-notify callback.
219 ** set to db, then invoke the configured unlock-notify callback and
227 void (*xUnlockNotify)(void **, int) = 0; /* Unlock-notify cb to invoke */
230 void **aArg; /* Arguments to the unlock callback */
268 ** be passed to the unlock-notify callback is larger than the
275 ** closed and the unlock-notify callbacks on blocked connections
277 ** indefinitely for an unlock-notify callback that will never
280 ** Instead, invoke the unlock-notify callback with the context
  /external/chromium_org/v8/src/platform/
mutex.cc 133 void Mutex::Unlock() {
171 void RecursiveMutex::Unlock() {
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 46 void Unlock();
73 void Unlock(MutexType t);
  /external/libcxx/include/
__mutex_base 45 void unlock() _NOEXCEPT;
86 ~lock_guard() {__m_.unlock();}
130 __m_->unlock();
147 __m_->unlock();
165 void unlock();
243 unique_lock<_Mutex>::unlock()
246 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
247 __m_->unlock();
mutex 31 void unlock();
48 void unlock();
69 void unlock();
87 void unlock();
142 void unlock();
205 void unlock() _NOEXCEPT;
234 void unlock() _NOEXCEPT;
277 void unlock() _NOEXCEPT;
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for.pass.cpp 69 lk.unlock();
82 lk.unlock();
  /external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_for.pass.cpp 72 lk.unlock();
85 lk.unlock();
wait_for_pred.pass.cpp 80 lk.unlock();
93 lk.unlock();
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
Android.mk 23 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock
24 test_src := unlock.pass.cpp
lock.pass.cpp 50 lk.unlock();
73 m.unlock();
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 56 m.unlock();
63 m.unlock();
mutex_time_point.pass.cpp 56 m.unlock();
63 m.unlock();
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Android.mk 23 test_name := thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/unlock
24 test_src := unlock.pass.cpp
lock.pass.cpp 47 lk.unlock();
65 m.unlock();
try_lock_for.pass.cpp 33 void unlock() {} function in struct:mutex
53 lk.unlock();
try_lock_until.pass.cpp 32 void unlock() {}
53 lk.unlock();
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_shared_for.pass.cpp 63 m.unlock();
73 m.unlock();
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_sysmutex.c 92 /* Unlock the mutex */
103 /* If we don't own the mutex, we can't unlock it */
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_sysmutex.c 99 /* Unlock the mutex */
110 /* If we don't own the mutex, we can't unlock it */
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_syswm.cc 57 SDL_Win->Unlock();
71 SDL_Win->Unlock();
  /external/skia/src/lazy/
SkCachingPixelRef.cpp 40 // Assert always unlock before unref.
95 SkScaledImageCache::Unlock( static_cast<SkScaledImageCache::ID*>(fScaledCacheId));
  /external/smack/src/com/kenai/jbosh/
HTTPExchange.java 101 lock.unlock();
122 lock.unlock();
  /frameworks/base/packages/Keyguard/res/layout/
keyguard_pattern_view.xml 20 <!-- This is the screen that shows the 9 circle unlock widget and instructs
21 the user how to unlock their device, or make an emergency call. This
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TransformUtils.java 69 frame.unlock();
75 frame.unlock();
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 125 ASSERT_EQ(OK, buffer->unlock());
138 ASSERT_EQ(OK, item.mGraphicBuffer->unlock());
240 ASSERT_EQ(OK, buffer->unlock());
258 ASSERT_EQ(OK, item.mGraphicBuffer->unlock());
296 ASSERT_EQ(OK, item.mGraphicBuffer->unlock());
316 ASSERT_EQ(OK, buffer->unlock());
339 ASSERT_EQ(OK, buffer->unlock());
358 ASSERT_EQ(OK, item.mGraphicBuffer->unlock());

Completed in 299 milliseconds

<<11121314151617181920>>