OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locks
(Results
126 - 150
of
219
) sorted by null
1
2
3
4
5
6
7
8
9
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java
28
import java.util.concurrent.
locks
.ReentrantLock;
/external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java
9
import java.util.concurrent.
locks
.ReentrantLock;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java
45
import java.util.concurrent.
locks
.ReentrantLock;
/libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java
8
import java.util.concurrent.
locks
.LockSupport;
ArrayBlockingQueue.java
8
import java.util.concurrent.
locks
.Condition;
9
import java.util.concurrent.
locks
.ReentrantLock;
[
all
...]
LinkedBlockingDeque.java
13
import java.util.concurrent.
locks
.Condition;
14
import java.util.concurrent.
locks
.ReentrantLock;
[
all
...]
PriorityBlockingQueue.java
9
import java.util.concurrent.
locks
.Condition;
10
import java.util.concurrent.
locks
.ReentrantLock;
ScheduledThreadPoolExecutor.java
10
import java.util.concurrent.
locks
.Condition;
11
import java.util.concurrent.
locks
.ReentrantLock;
[
all
...]
SynchronousQueue.java
9
import java.util.concurrent.
locks
.LockSupport;
10
import java.util.concurrent.
locks
.ReentrantLock;
77
* queue is in, and act accordingly without needing
locks
.
[
all
...]
Exchanger.java
11
import java.util.concurrent.
locks
.LockSupport;
Phaser.java
12
import java.util.concurrent.
locks
.LockSupport;
[
all
...]
/external/valgrind/main/helgrind/
hg_errors.c
270
correspond to actual
locks
at the time of printing. Hmm.
343
this thread, when acquiring the
locks
in the "wrong"
392
/* Note the set of
locks
that the thread is (w-)holding.
832
locks
in 'lockvec' and, if non-NULL, 'lockvec2'. */
851
static void show_LockP_summary_textmode ( Lock**
locks
, HChar* pre )
853
tl_assert(
locks
);
856
count_LockP_vector(&nLocks, &nLocksValid,
locks
);
868
if (
locks
[i] == Lock_INVALID)
870
VG_(umsg)( "%p", (void*)
locks
[i]->guestaddr);
871
if (
locks
[i+1] != NULL
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
/frameworks/wilhelm/src/
Android.mk
79
locks
.c \
/external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java
24
import java.util.concurrent.
locks
.ReentrantLock;
/libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java
23
import java.util.concurrent.
locks
.LockSupport;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java
39
import java.util.concurrent.
locks
.Condition;
/external/e2fsprogs/e2fsck/
revoke.c
68
#include <linux/
locks
.h>
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java
21
import java.util.concurrent.
locks
.ReentrantLock;
/external/yaffs2/yaffs2/mtdemul/
nandemul2k.c
31
#include <linux/
locks
.h>
/libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java
7
package java.util.concurrent.
locks
;
61
* write
locks
in the style of a {@link ReentrantLock}. Non-reentrant
62
* readers are not allowed until all write
locks
held by the writing
67
* when write
locks
are held during calls or callbacks to methods that
68
* perform reads under read
locks
. If a reader tries to acquire the
93
* <p>This class supports methods to determine whether
locks
99
*
locks
: a deserialized lock is in the unlocked state, regardless of
104
* particularly tricky when handling multiple
locks
in a non-nested
180
* <p>This lock supports a maximum of 65535 recursive write
locks
181
* and 65535 read
locks
. Attempts to exceed these limits result i
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java
37
import java.util.concurrent.
locks
.ReentrantLock;
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/smack/src/com/kenai/jbosh/
BOSHClient.java
35
import java.util.concurrent.
locks
.Condition;
36
import java.util.concurrent.
locks
.ReentrantLock;
[
all
...]
/external/valgrind/main/helgrind/tests/
tc20_verifywrap.stderr.exp
23
Locks
held: none
27
Locks
held: none
230
------------ dealloc of mem holding
locks
------------
Completed in 1409 milliseconds
1
2
3
4
5
6
7
8
9