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

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock.hpp 23 // void unlock();
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
IKeyChainServiceTestSupport.aidl 27 * com.android.credentials.UNLOCK Intent and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
scsi_ioctl.h 30 #define SCSI_IOCTL_DOORUNLOCK 0x5381 /* Unlock the mechanism. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
scsi_ioctl.h 30 #define SCSI_IOCTL_DOORUNLOCK 0x5381 /* Unlock the mechanism. */
  /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();
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
sys_cloexec.go 34 defer sw.smu.Unlock()
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 40 defer handlers.Unlock()
99 defer handlers.Unlock()
146 defer handlers.Unlock()
171 defer handlers.Unlock()
  /prebuilts/go/darwin-x86/src/runtime/
chanbarrier_test.go 79 globalMu.Unlock()
debug.go 20 unlock(&sched.lock)
runtime.go 43 unlock(&ticks.lock)
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 57 defer t.q.Unlock()
305 defer q.Unlock()
327 defer q.Unlock()
343 defer q.Unlock()
376 defer q.Unlock()
391 defer q.Unlock()
525 defer net.Unlock()
562 net.Unlock()
567 net.Unlock()
571 net.Unlock()
    [all...]
  /prebuilts/go/linux-x86/src/net/internal/socktest/
sys_cloexec.go 34 defer sw.smu.Unlock()
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 40 defer handlers.Unlock()
99 defer handlers.Unlock()
146 defer handlers.Unlock()
171 defer handlers.Unlock()
  /prebuilts/go/linux-x86/src/runtime/
chanbarrier_test.go 79 globalMu.Unlock()
debug.go 20 unlock(&sched.lock)
runtime.go 43 unlock(&ticks.lock)
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 57 defer t.q.Unlock()
305 defer q.Unlock()
327 defer q.Unlock()
343 defer q.Unlock()
376 defer q.Unlock()
391 defer q.Unlock()
525 defer net.Unlock()
562 net.Unlock()
567 net.Unlock()
571 net.Unlock()
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
condition_variable 192 __lock.unlock();
196 } // __mut_.unlock(), __lock.lock()
214 __lock.unlock();
218 } // __mut_.unlock(), __lock.lock()
  /system/core/include/utils/
RWLock.h 58 void unlock();
63 inline ~AutoRLock() { mLock.unlock(); }
71 inline ~AutoWLock() { mLock.unlock(); }
116 inline void RWLock::unlock() { function in class:android::RWLock
  /system/core/libbacktrace/
ThreadEntry.h 44 inline void Unlock() {
  /system/sepolicy/
system_app.te 63 unlock
  /external/guice/core/src/com/google/inject/internal/
CycleDetectingLock.java 57 void unlock(); method in interface:CycleDetectingLock
101 * is called. Element is removed inside {@link #unlock()} synchronously with
102 * {@link Lock#unlock()} call.
177 @Override public void unlock() { method in class:CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock
182 "Thread is trying to unlock a lock that is not locked");
184 "Thread is trying to unlock a lock owned by another thread");
187 lockImplementation.unlock();
  /external/libevent/
evthread.c 92 target->unlock == cbs->unlock) {
100 if (cbs->alloc && cbs->free && cbs->lock && cbs->unlock) {
248 if (_original_lock_fns.unlock)
249 res = _original_lock_fns.unlock(mode, lock->lock);
399 if (_evthread_lock_fns.unlock)
400 return _evthread_lock_fns.unlock(mode, lock);
  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 125 mMutex.unlock ();
143 mMutex.unlock ();
181 mMutex.unlock ();
217 mMutex.unlock ();
229 mMutex.unlock ();
252 mMutex.unlock ();
274 mMutex.unlock ();
  /external/autotest/cli/
host.py 57 if options.lock and options.unlock:
59 '--lock and --unlock.')
64 elif options.unlock:
314 """atest host mod --lock|--unlock|--force_modify_locking|--protection
329 self.parser.add_option('-u', '--unlock',
330 help='Unlock hosts',
333 help='Forcefully lock\unlock a host',
403 """atest host create [--lock|--unlock --platform <arch>
416 self.parser.add_option('-u', '--unlock',
478 # provide a 'dummy' if we are intending to unlock after
    [all...]

Completed in 1073 milliseconds

<<11121314151617181920>>