Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 11 of 11) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dsmp.h17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
Dcompletion.h19 wait_queue_head_t wait; member
Dmempool.h31 wait_queue_head_t wait; member
Dblkdev.h114 wait_queue_head_t wait[2]; member
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java120 public TestResult doRun(Test test, boolean wait) { in doRun()
137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) in runSingleMethod()
/development/host/windows/usb/api/
Dadb_legacy_io_completion.cpp41 bool wait) { in GetOvelappedIoResult()
Dadb_api.cpp486 bool wait) { in AdbGetOvelappedIoResult()
/development/host/windows/usb/winusb/
Dadb_winusb_io_completion.cpp49 bool wait) { in GetOvelappedIoResult()
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dsemaphore.h26 wait_queue_head_t wait; member
/development/ndk/platforms/android-21/include/linux/
Ddlm_plock.h40 __u8 wait; member
/development/python-packages/adb/
Ddevice.py448 def wait(self): member in AndroidDevice