Searched refs:wait (Results 1 - 21 of 21) sorted by relevance

/bionic/libc/kernel/common/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 Dsmp.h17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
H A Dnet.h15 #include <linux/wait.h>
H A Dconsole_struct.h12 #include <linux/wait.h>
H A Drelay.h17 #include <linux/wait.h>
H A Dblkdev.h22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
H A Dkeyboard.h15 #include <linux/wait.h>
/bionic/libc/kernel/arch-arm/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), }
/bionic/libc/include/sys/
H A Dwait.h34 #include <linux/wait.h>
48 extern pid_t wait(int *);
/bionic/libc/unistd/
H A Dwait.c28 #include <sys/wait.h>
34 pid_t wait( int* status ) function
H A Dsystem.c36 #include <sys/wait.h>
H A Dpopen.c35 #include <sys/wait.h>
/bionic/libc/private/
H A Dsyscommon.h27 #include <sys/wait.h>
/bionic/libc/kernel/common/linux/sunrpc/
H A Dsvc.h19 #include <linux/wait.h>
H A Dsched.h18 #include <linux/wait.h>
/bionic/libc/tzcode/
H A Dprivate.h97 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
/bionic/libc/netbsd/resolv/
H A Dres_send.c88 * Send query to name server and wait for reply.
845 * wait for the correct one.
956 wait:
973 goto wait;
1009 goto wait;
1022 goto wait;
1052 goto wait;
/bionic/libc/kernel/common/linux/mtd/
H A Dnand.h15 #include <linux/wait.h>
/bionic/libc/netbsd/isc/
H A Deventlib_p.h178 struct { evWait *this; } wait; member in union:evEvent_p::__anon489
/bionic/libc/
H A DAndroid.mk76 unistd/wait.c \

Completed in 343 milliseconds