OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitQueue
(Results
1 - 6
of
6
) sorted by null
/external/guava/guava/src/com/google/common/util/concurrent/
SerializingExecutor.java
55
private final Queue<Runnable>
waitQueue
= new ArrayDeque<Runnable>();
60
*
waitQueue
.isEmpty() as a proxy because we need to ensure that only one
61
* Runnable submitted is running at a time so even if
waitQueue
is empty
96
waitQueue
.add(r);
138
nextToRun =
waitQueue
.poll();
ListenerCallQueue.java
62
@GuardedBy("this") private final Queue<Callback<L>>
waitQueue
= Queues.newArrayDeque();
72
waitQueue
.add(callback);
108
nextToRun =
waitQueue
.poll();
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
830
Queue<DispatchEntry>
waitQueue
;
[
all
...]
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
Completed in 580 milliseconds