Searched defs:wait (Results 1 – 11 of 11) sorted by relevance
17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
19 wait_queue_head_t wait; member
31 wait_queue_head_t wait; member
114 wait_queue_head_t wait[2]; member
120 public TestResult doRun(Test test, boolean wait) { in doRun()137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) in runSingleMethod()
41 bool wait) { in GetOvelappedIoResult()
486 bool wait) { in AdbGetOvelappedIoResult()
49 bool wait) { in GetOvelappedIoResult()
26 wait_queue_head_t wait; member
40 __u8 wait; member
448 def wait(self): member in AndroidDevice