OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:submitted
(Results
1 - 10
of
10
) sorted by null
/libcore/jsr166-tests/src/test/java/jsr166/
AbstractExecutorServiceTest.java
111
* A
submitted
privileged action runs to completion
132
* A
submitted
privileged exception action runs to completion
150
* A
submitted
failed privileged exception action reports exception
197
final CountDownLatch
submitted
= new CountDownLatch(1);
local
211
submitted
.countDown();
215
submitted
.await();
ForkJoinPoolTest.java
342
* A task
submitted
after shutdown is rejected
375
* pollSubmission returns unexecuted
submitted
task, if present
394
* drainTasksTo transfers unexecuted
submitted
tasks, if present
485
* A
submitted
privileged action runs to completion
505
* A
submitted
privileged exception action runs to completion
526
* A
submitted
failed privileged exception action reports exception
583
final CountDownLatch
submitted
= new CountDownLatch(1);
local
595
submitted
.countDown();
599
assertTrue(
submitted
.await(MEDIUM_DELAY_MS, MILLISECONDS));
[
all
...]
/external/blktrace/btt/doc/
btt.tex
132
with a previously
submitted
request -- we calculate \emph{Q2M}, the
235
between consecutively \emph{received -- queued} and \emph{
submitted
239
submitted
to lower level drivers), the \emph{mean} distance between
362
doing buffered IO, then the actual
submitted
IOs will most likely
365
(if ever?) going to be associated with the process which
submitted
440
of IO requests
submitted
to lower layer drivers, for more information
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java
25
* execute tasks
submitted
to the pool and/or created by other active
29
* tasks are
submitted
to the pool from external clients. Especially
36
* is not explicitly
submitted
to a specified pool. Using the common
117
* <p>This implementation rejects
submitted
tasks (that is, by throwing
198
* WorkQueues are also used in a similar way for tasks
submitted
207
* tasks that they
submitted
. However, because most
286
* quickly prod them into action when new tasks are
submitted
or
[
all
...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas
20
submitted
for inclusion in this work to the copyright owner or licensor
Antlr.Runtime.Tools.pas
19
submitted
for inclusion in this work to the copyright owner or licensor
Antlr.Runtime.Tree.pas
20
submitted
for inclusion in this work to the copyright owner or licensor
[
all
...]
Antlr.Runtime.pas
20
submitted
for inclusion in this work to the copyright owner or licensor
[
all
...]
/external/blktrace/btreplay/doc/
btreplay.tex
110
\item[Device IO Stream Ordering] All IOs on a device are
submitted
in
138
code, and thus are
submitted
to the block IO layer with \emph{very small}
/external/blktrace/doc/
blktrace.tex
200
can also show SCSI commands going in and out of the queue as
submitted
[
all
...]
Completed in 2044 milliseconds