OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dowait
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java
165
private int
dowait
(boolean timed, long nanos)
method in class:CyclicBarrier
329
return
dowait
(false, 0L);
401
return
dowait
(true, unit.toNanos(timeout));
/system/core/sh/
jobs.c
102
STATIC int
dowait
(int, struct job *);
543
gotpid =
dowait
(0, NULL);
544
while (
dowait
(0, NULL) > 0)
624
if (
dowait
(1, (struct job *)NULL) == -1)
638
if (
dowait
(1, (struct job *)NULL) == -1)
992
dowait
(1, jp);
1042
dowait
(int block, struct job *job)
function
1053
TRACE(("
dowait
(%d) called\n", block));
Completed in 57 milliseconds