HomeSort by relevance Sort by last modified time
    Searched full:unlock (Results 1 - 25 of 648) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/man/man3/
mUnlock.3 14 mUnlock - unlock a mutex.
25 mutex - mutex to unlock.
  /external/v8/test/cctest/
test-lock.cc 20 CHECK_EQ(0, mutex->Unlock()); // can unlock with the right token
28 CHECK_EQ(0, mutex->Unlock());
36 CHECK_EQ(0, mutex->Unlock());
38 CHECK_EQ(0, mutex->Unlock());
test-platform-linux.cc 32 CHECK_EQ(0, mutex->Unlock());
41 CHECK_EQ(0, mutex->Unlock());
test-platform-nullos.cc 32 CHECK_EQ(0, mutex->Unlock());
41 CHECK_EQ(0, mutex->Unlock());
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ReentrantReadWriteLockTest.java 88 rl.writeLock().unlock();
97 rl.readLock().unlock();
114 rl.writeLock().unlock();
123 rl.readLock().unlock();
139 lock.writeLock().unlock();
154 lock.writeLock().unlock();
169 lock.readLock().unlock();
181 rl.writeLock().unlock();
195 lock.writeLock().unlock();
197 lock.writeLock().unlock();
    [all...]
ReentrantLockTest.java 76 rl.unlock();
87 rl.unlock();
96 rl.unlock();
108 rl.unlock();
130 lock.unlock();
155 lock.unlock();
180 lock.unlock();
219 sync.unlock();
250 lock.unlock();
289 lock.unlock();
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_EXIT.S 5 * Unlock an object.
18 bl dvmUnlockObject @ r0<- success for unlock(self, obj)
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 5 * Unlock an object.
26 call dvmUnlockObject # unlock(self,obj)
  /external/chromium/net/disk_cache/
file_lock.h 25 // It is important to perform Lock() and Unlock() operations in the right order,
33 Unlock();
37 virtual void Unlock();
file_lock.cc 21 void FileLock::Unlock() {
  /external/webkit/WebCore/platform/haiku/
ClipboardHaiku.cpp 60 be_clipboard->Unlock();
69 be_clipboard->Unlock();
85 be_clipboard->Unlock();
106 be_clipboard->Unlock();
129 be_clipboard->Unlock();
205 be_clipboard->Unlock();
PasteboardHaiku.cpp 68 clipboard.Unlock();
85 clipboard.Unlock();
107 clipboard.Unlock();
134 clipboard.Unlock();
151 clipboard.Unlock();
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardScreenCallback.java 33 * Transition to the unlock screen.
68 * Report that the user had a failed attempt to unlock with password or pattern.
78 * Report whether we there's another way to unlock the device.
LockPatternKeyguardView.java 52 * The host view for all of the screens of the pattern unlock screen. There are
53 * two {@link Mode}s of operation, lock and unlock. This will show the appropriate
94 * Either a lock screen (an informational keyguard screen), or an unlock
109 * Unlock by drawing a pattern.
114 * Unlock by entering a sim pin.
119 * Unlock by entering an account's login and password.
124 * Unlock by entering a password or PIN
140 * Keeps track of what mode the current unlock screen is (cached from most recent computation in
207 // navigating away from unlock screen during verify mode means
318 // create both the lock and unlock screen so they are quickly availabl
    [all...]
  /external/quake/quake/src/QW/client/
notes.txt 18 unlock packet
  /system/extras/tests/bionic/libc/other/
bench_locks.c 29 printf( "pthread_mutex_lock/unlock: %.5g us/op\n", (t1*1000000.0)/ITERATIONS );
  /external/bluetooth/bluez/src/
textfile.c 203 goto unlock;
213 goto unlock;
220 goto unlock;
231 goto unlock;
254 goto unlock;
260 goto unlock;
280 goto unlock;
291 goto unlock;
296 unlock:
326 goto unlock;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 132 Unlock ();
150 Unlock ();
330 Unlock ();
376 Unlock();
392 Unlock ();
398 Unlock ();
414 Unlock ();
420 Unlock ();
436 Unlock ();
441 Unlock ();
    [all...]
  /bionic/libc/unistd/
unlockpt.c 33 int unlock = 0; local
35 return ioctl( fd, TIOCSPTLCK, &unlock );
  /hardware/libhardware/modules/gralloc/
gr.h 56 inline ~Autolock() { locker.unlock(); }
61 inline void unlock() { pthread_mutex_unlock(&mutex); } function in class:Locker
  /hardware/msm7k/libgralloc/
gr.h 56 inline ~Autolock() { locker.unlock(); }
61 inline void unlock() { pthread_mutex_unlock(&mutex); } function in class:Locker
  /hardware/msm7k/libgralloc-qsd8k/
gr.h 55 inline ~Autolock() { locker.unlock(); }
60 inline void unlock() { pthread_mutex_unlock(&mutex); } function in class:Locker
  /external/webkit/JavaScriptCore/runtime/
JSLock.cpp 87 void JSLock::unlock(JSLockBehavior lockBehavior) function in class:JSC::JSLock
111 void JSLock::unlock(ExecState* exec) function in class:JSC::JSLock
113 unlock(exec->globalData().isSharedInstance ? LockForReal : SilenceAssertionsOnly);
126 // We lock the context when a thread enters, and unlock it when it leaves.
127 // However we do not only unlock when the thread returns from its
128 // entry point (evaluate script or call function), we also unlock the
176 JSLock::unlock(m_lockBehavior);
194 JSLock::unlock(m_lockBehavior);
228 void JSLock::unlock(JSLockBehavior)
236 void JSLock::unlock(ExecState*
    [all...]
  /bionic/libc/stdlib/
atexit.c 76 goto unlock;
82 goto unlock;
100 goto unlock;
102 unlock:
200 goto unlock;
210 goto unlock;
216 unlock:
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 65 mDatabase.unlock();
93 mDatabase.unlock();
120 mDatabase.unlock();
147 mDatabase.unlock();

Completed in 615 milliseconds

1 2 3 4 5 6 7 8 91011>>