Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dproc_info.c38 #define ACT_EXIT 127 macro
181 while (child_action != ACT_EXIT) {
200 case ACT_EXIT:
207 if (child_action != ACT_EXIT) {
235 while (action != ACT_EXIT) {
326 case ACT_EXIT: {
348 if (action != ACT_EXIT) {
376 if (action != ACT_EXIT) { in send_action_to_child_processes()
386 send_action_to_child_processes(proc_config, ACT_EXIT); in kill_child_processes()
1764 send_action_to_child_processes(proc_config, ACT_EXIT);