/external/autotest/client/tests/unixbench5/ |
control | 17 - Process creation - number of times a process can fork and reap 18 - Shell Scripts - number of times a process can start and reap a script
|
/external/kernel-headers/original/uapi/linux/ |
wait.h | 9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
wait.h | 9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
wait.h | 9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
|
/external/autotest/client/tests/unixbench/ |
control | 19 - Process creation - number of times a process can fork and reap 20 - Shell Scripts - number of times a process can start and reap a script
|
/external/libchrome/sandbox/linux/services/ |
resource_limits_unittests.cc | 35 // Reap any child if fork succeeded.
|
init_process_reaper.cc | 45 // once all of our childs are dead. Since we're init we need to reap childs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
waitflags.h | 33 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
waitflags.h | 33 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
waitflags.h | 33 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
|
/external/curl/tests/ |
ftp.pm | 145 # reap its dead children, if not done yet 195 # if possible reap its dead children 213 # if possible reap its dead children 230 # if possible reap its dead children 237 # Reap processes dead children for sure.
|
/external/iptables/extensions/ |
libxt_recent.c | 40 {.name = "reap", .id = O_REAP, .type = XTTYPE_NONE, 66 {.name = "reap", .id = O_REAP, .type = XTTYPE_NONE, 93 " --reap Purge entries older then 'seconds'.\n" 198 printf(" reap"); 238 printf(" --reap");
|
/external/libvorbis/lib/ |
block.c | 120 link->next=vb->reap; 122 vb->reap=link; 136 /* reap the chain, pull the ripcord */ 138 /* reap the chain */ 139 struct alloc_chain *reap=vb->reap; local 140 while(reap){ 141 struct alloc_chain *next=reap->next; 142 _ogg_free(reap->ptr); 143 memset(reap,0,sizeof(*reap)) [all...] |
/external/fio/engines/ |
libaio.c | 50 .help = "Use alternative user-space reap implementation", 132 /* There is another completion to reap */ 272 * error and let the upper layer reap some 293 * If we get -ENOMEM, reap events if we can. If
|
skeleton_external.c | 35 * The ->getevents() hook is used to reap completion events from an async
|
/external/libbrillo/brillo/ |
process_reaper.cc | 55 // sigfd_info and reap any available children.
|
/frameworks/rs/ |
rsCppUtils.cpp | 69 // ProcessManager in libcore can reap unclaimed SIGCHLDs in its process
|
/external/libchrome/base/process/ |
kill.h | 66 // the child exits (because it will reap the child and the information 129 // wait for |pid| to finish and then reap it.
|
/external/libusb/ |
PORTING | 20 Your backend must also provide an event handling function to "reap" ongoing 37 platform, you can emulate this using an internal library thread to reap I/O as
|
/external/autotest/contrib/ |
crbug_crawler.py | 15 crbug_crawler.py --reap 41 description = ('Usage: crbug_crawler.py --reap') 54 parser.add_argument('--reap', help=('Top autofiled bugs ordered by count.'), 393 if args.reap:
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_process.cc | 55 // Reap the child.
|
/external/webrtc/webrtc/base/ |
posix.cc | 94 // Parent. Reap intermediate child.
|
/system/core/adb/ |
usb_linux.cpp | 358 D("[ reap urb - wait ]"); 378 D("[ reap urb - error ]"); 385 D("[ reap urb - IN complete ]"); 394 D("[ reap urb - OUT compelete ]");
|
/external/dbus/tools/ |
dbus-launch.c | 70 * reaps them if they have finished. We can't rely on main() to reap arbitrary 72 * reap its children. We *can* rely on main() to reap the intermediate parent, 610 * again so dbus-launch can reap the parent. However, we don't 1076 * and will also reap the pre-forked bus 1174 /* Immediately reap parent of babysitter 1175 * (which was created just for us to reap)
|
/external/autotest/client/tests/hackbench/src/ |
hackbench.c | 310 /* Return number of children to reap */ 372 /* Reap them all */
|