Lines Matching defs:process
57 * A child process cannot call atf functions and expect them to magically
95 check_zombie(pid_t process)
104 [3] = process,
117 await_zombie(pid_t process)
120 /* Await the process becoming a zombie */
121 while (!check_zombie(process)) {
145 * zombie does not process signals
149 * Try to emit a signal towards it from an unrelated process.
173 * zombie does not process signals
202 "process is not killable with " #sig); \
234 * Assert that a dying process can be correctly looked up