Home
last modified time | relevance | path

Searched refs:child_mhd (Results 1 – 1 of 1) sorted by relevance

/external/libmicrohttpd/src/testspdy/
Dtest_proxies.c48 pid_t child_mhd; variable
67 if(0 != child_mhd) in killchildren()
68 killproc(child_mhd,"kill mhd\n"); in killchildren()
102 child_mhd = au_fork(); in main()
103 if (child_mhd == 0) in main()
223 wpid = waitpid(child_mhd,&childstatus,WNOHANG); in main()
224 if(wpid == child_mhd) in main()