Searched defs:locked (Results 1 - 25 of 81) sorted by relevance

1234

/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
H A Dlock.pass.cpp40 bool locked() const {return locked_;} function in class:L0
63 bool locked() const {return locked_;} function in class:L1
86 bool locked() const {return locked_;} function in class:L2
95 assert(l0.locked());
96 assert(l1.locked());
102 assert(l0.locked());
103 assert(l1.locked());
109 assert(l0.locked());
110 assert(l1.locked());
122 assert(!l0.locked());
[all...]
H A Dtry_lock.pass.cpp35 bool locked() const {return locked_;} function in class:L0
53 bool locked() const {return locked_;} function in class:L1
71 bool locked() const {return locked_;} function in class:L2
80 assert(l0.locked());
81 assert(l1.locked());
87 assert(!l0.locked());
88 assert(!l1.locked());
94 assert(!l0.locked());
95 assert(!l1.locked());
107 assert(!l0.locked());
[all...]
/external/llvm/include/llvm/Support/
H A DUniqueLock.h10 // This file defines a guard for a block of code that ensures a Mutex is locked
23 /// an associated mutex, which is guaranteed to be locked upon creation
30 bool locked; member in class:llvm::unique_lock
35 unique_lock() : M(nullptr), locked(false) {}
36 explicit unique_lock(MutexT &m) : M(&m), locked(true) { M->lock(); }
42 locked = o.locked;
44 o.locked = false;
50 assert(!locked && "mutex already locked!");
[all...]
/external/elfutils/src/libelf/
H A Delf_getdata.c348 int locked = 0; local
416 locked = 1;
433 if (!locked)
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
H A DTerrain.java143 * @param locked or unlocked
145 public void setLocked(boolean locked); argument
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
50 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
74 * @return true if this object has been locked, false otherwise.
77 return locked;
105 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java37 * The {@link #lock()} method makes an instance of this class immutable. After an instance is locked,
49 private boolean locked = false; field in class:InvocationRecord
64 * Lock this instance, making it immutable. After an instance is locked,
69 locked = true;
73 * Return true if this object has been locked, false otherwise. See {@link #lock()}.
75 * @return true if this object has been locked, false otherwise.
78 return locked;
106 * an <code>AssertFailedException</code> if this object has been locked. See {@link #lock()}.
110 * @throws AssertFailedException - if the key is null or this object has been locked.
114 Assert.isFalse(locked, "Th
[all...]

Completed in 1233 milliseconds

1234