OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForChildrenAndSignal
(Results
1 - 4
of
4
) sorted by null
/system/extras/tests/sdcard/
sysutil.h
51
// .
waitForChildrenAndSignal
Blocks until all the children have called
138
bool
waitForChildrenAndSignal
(int mProcessNb, int readfd, int writefd);
testcase.cpp
124
if (!android::
waitForChildrenAndSignal
(mNproc, mIpc[READ_FROM_CHILD], mIpc[WRITE_TO_CHILD]))
sysutil.cpp
515
bool
waitForChildrenAndSignal
(int mProcessNb, int readfd, int writefd)
sdcard_perf_test.cpp
101
using android::
waitForChildrenAndSignal
;
Completed in 112 milliseconds