Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c53 static int fake_exits_pending = 0; variable
97 if (fake_exits_pending && proc_array[i]->exit_code) in process_wait_for_any_private()
102 if (!fake_exits_pending) { in process_wait_for_any_private()
106 fake_exits_pending--; in process_wait_for_any_private()
1241 fake_exits_pending++; in process_easy()