Home
last modified time | relevance | path

Searched defs:old_sigchld_handler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dafl-compiler-rt.o.c868 void (*old_sigchld_handler)(int) = signal(SIGCHLD, SIG_DFL); in __afl_start_snapshots() local
1124 void (*old_sigchld_handler)(int) = signal(SIGCHLD, SIG_DFL); in __afl_start_forkserver() local
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-forkserver.c387 void (*old_sigchld_handler)(int) = signal(SIGCHLD, SIG_DFL); in afl_fauxsrv_execv() local