Home | History | Annotate | Download | only in mac

Lines Matching refs:run_t

93 run_t g_fuzzer_crash_information[PID_MAX + 1];
158 static void arch_generateReport(run_t* run, int termsig) {
184 static bool arch_analyzeSignal(run_t* run, int status) {
296 pid_t arch_fork(run_t* run UNUSED) { return fork(); }
298 bool arch_launchChild(run_t* run) {
357 void arch_prepareParent(run_t* run UNUSED) {}
359 void arch_prepareParentAfterFork(run_t* run UNUSED) {}
361 void arch_reapChild(run_t* run) {
688 run_t* run = &g_fuzzer_crash_information[pid];
751 bool arch_archThreadInit(run_t* run UNUSED) { return true; }