Searched defs:wpid (Results 1 - 3 of 3) sorted by relevance

/external/libmicrohttpd/src/testspdy/
H A Dtest_proxies.c95 pid_t wpid; local
223 wpid = waitpid(child_mhd,&childstatus,WNOHANG);
224 if(wpid == child_mhd)
231 wpid = waitpid(child_spdy2http,&childstatus,WNOHANG);
232 if(wpid == child_spdy2http)
239 wpid = waitpid(child_mhd2spdy,&childstatus,WNOHANG);
240 if(wpid == child_mhd2spdy)
/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c63 pid_t wpid; local
72 wpid = waitpid(pid, &status, __WALL);
73 if (wpid != pid) {
98 wpid = waitpid(pid, &status, __WALL);
99 if (wpid != pid) {
124 wpid = waitpid(pid, &status, __WALL);
125 if (wpid != pid) {
H A Dbreakpoint_test_arm64.c126 pid_t wpid; local
136 wpid = waitpid(pid, &status, __WALL);
137 if (wpid != pid) {
163 wpid = waitpid(pid, &status, __WALL);
164 if (wpid != pid) {
195 wpid = waitpid(pid, &status, 0);
196 if (wpid != pid) {

Completed in 1194 milliseconds