HomeSort by relevance Sort by last modified time
    Searched defs:lock (Results 151 - 175 of 1778) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/ojluni/src/main/java/java/util/
TimerTask.java 40 final Object lock = new Object(); field in class:TimerTask
117 synchronized(lock) {
153 synchronized(lock) {
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClientProvider.java 48 private static final Object lock = new Object(); field in class:FtpClientProvider
137 synchronized (lock) {
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDispatcher.java 34 public static final int NO_LOCK = -1; // Failed to lock
35 public static final int LOCKED = 0; // Obtained requested lock
36 public static final int RET_EX_LOCK = 1; // Obtained exclusive lock
45 abstract int lock(FileDescriptor fd, boolean blocking, long pos, long size, method in class:FileDispatcher
  /packages/services/BuiltInPrintService/src/com/android/bips/util/
PriorityLock.java 24 * A lock that always allows higher-priority attempts to receive the lock first
31 * Return when locked, always giving priority to the highest priority lock request
33 public synchronized void lock(int priority) throws InterruptedException { method in class:PriorityLock
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
UniqueLock.h 23 /// name, it's really more of a wrapper for a lock. It may or may not have
26 /// and re-lock it freely during its lifetime.
35 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
50 void lock() { function in class:llvm::unique_lock
53 M->lock();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixfile.py 37 f.lock(mode [, len [, start [, whence]]])
38 will (un)lock a region
41 (character representing type of lock)
43 r read lock
44 w write lock
46 | wait until the lock can be granted
47 ? return the first lock conflicting with the requested lock
48 or 'None' if there is no conflict. The lock returned is in the
50 character representing the type of lock ('r' or 'w'
153 def lock(self, how, *args): member in class:_posixfile_
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixfile.py 37 f.lock(mode [, len [, start [, whence]]])
38 will (un)lock a region
41 (character representing type of lock)
43 r read lock
44 w write lock
46 | wait until the lock can be granted
47 ? return the first lock conflicting with the requested lock
48 or 'None' if there is no conflict. The lock returned is in the
50 character representing the type of lock ('r' or 'w'
153 def lock(self, how, *args): member in class:_posixfile_
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 35 // Possible lock states are mutex_unlocked, mutex_locked and mutex_sleeping.
46 func lock(l *mutex) { func
50 throw("runtimeˇlock: lock count")
54 // Speculative grab for lock.
76 // Try for lock, spinning.
86 // Try for lock, rescheduling.
109 throw("unlock of unlocked lock")
118 throw("runtimeˇunlock: lock count")
lock_sema.go 35 func lock(l *mutex) { func
38 throw("runtimeˇlock: lock count")
42 // Speculative grab for lock.
58 // Unlocked. Try to lock.
71 // for this lock, chained through m->nextwaitm.
104 // Other M's are waiting for the lock.
116 throw("runtimeˇunlock: lock count")
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 35 // Possible lock states are mutex_unlocked, mutex_locked and mutex_sleeping.
46 func lock(l *mutex) { func
50 throw("runtimeˇlock: lock count")
54 // Speculative grab for lock.
76 // Try for lock, spinning.
86 // Try for lock, rescheduling.
109 throw("unlock of unlocked lock")
118 throw("runtimeˇunlock: lock count")
lock_sema.go 35 func lock(l *mutex) { func
38 throw("runtimeˇlock: lock count")
42 // Speculative grab for lock.
58 // Unlocked. Try to lock.
71 // for this lock, chained through m->nextwaitm.
104 // Other M's are waiting for the lock.
116 throw("runtimeˇunlock: lock count")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_terminates.sh.cpp 32 // 1. void wait(Lock& lock);
33 // 2. void wait(Lock& lock, Pred);
34 // 3. void wait_for(Lock& lock, Duration);
35 // 4. void wait_for(Lock& lock, Duration, Pred);
36 // 5. void wait_until(Lock& lock, TimePoint)
89 void lock() { function in class:ThrowingMutex
    [all...]

Completed in 902 milliseconds

1 2 3 4 5 67 8 91011>>