Searched defs:wait (Results 1 - 12 of 12) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/include/asm/
H A Dsemaphore.h17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
/development/ndk/platforms/android-3/include/linux/
H A Dcompletion.h15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
H A Dmempool.h15 #include <linux/wait.h>
31 wait_queue_head_t wait; member in struct:mempool_s
H A Dblkdev.h22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
/development/host/windows/usb/api/
H A Dadb_legacy_io_completion.cpp41 bool wait) {
55 wait) ? true :
59 // that GetOverlappedResult with wait set to true returns "prematurely",
64 if (wait && ret && (0 == transfer) && (0 != expected_transfer_size_) &&
71 wait) ? true :
39 GetOvelappedIoResult(LPOVERLAPPED ovl_data, ULONG* bytes_transferred, bool wait) argument
H A Dadb_api.cpp486 bool wait) {
494 adb_object->GetOvelappedIoResult(overlapped, bytes_transferred, wait);
483 AdbGetOvelappedIoResult(ADBAPIHANDLE adb_io_completion, LPOVERLAPPED overlapped, unsigned long* bytes_transferred, bool wait) argument
/development/host/windows/usb/winusb/
H A Dadb_winusb_io_completion.cpp49 bool wait) {
64 wait ? TRUE : FALSE) ? true : false;
67 // that GetOverlappedResult with wait set to true returns "prematurely",
72 if (wait && ret && (0 == transfer) && (0 != expected_transfer_size_) &&
80 wait ? TRUE : FALSE) ? true : false;
47 GetOvelappedIoResult(LPOVERLAPPED ovl_data, ULONG* bytes_transferred, bool wait) argument
/development/tools/emulator/opengl/shared/OpenglOsUtils/
H A DosThreadUnix.cpp47 Thread::wait(int *exitStatus) function in class:osUtils::Thread
H A DosThreadWin.cpp46 Thread::wait(int *exitStatus) function in class:osUtils::Thread
H A DosProcessUnix.cpp19 #include <sys/wait.h>
150 childProcess::wait(int *exitStatus) function in class:osUtils::childProcess
186 int KillProcess(int pid, bool wait) argument
196 if (wait) {
H A DosProcessWin.cpp53 // keep the process handle for wait/trywait operations, will
68 childProcess::wait(int *exitStatus) function in class:osUtils::childProcess
124 int KillProcess(int pid, bool wait) argument
138 if (wait) {
/development/tools/hosttestlib/src/com/android/hosttest/
H A DDeviceTestRunner.java120 public TestResult doRun(Test test, boolean wait) { argument
129 return super.doRun(test, wait);
137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) argument
141 return doRun(test, wait);

Completed in 212 milliseconds