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

/external/strace/
H A Dstrace.c81 bool need_fork_exec_workarounds = 0; variable
1874 * need_fork_exec_workarounds should stay 0 after these tests:
1876 /*need_fork_exec_workarounds = 0; - already is */
1878 need_fork_exec_workarounds = test_ptrace_setoptions_followfork();
1879 need_fork_exec_workarounds |= test_ptrace_setoptions_for_all();

Completed in 881 milliseconds