Searched refs:exited (Results 1 – 14 of 14) sorted by relevance
34 bool exited; member129 child->exited = false; in start_thread()229 if (child->output_seen && !child->exited) in child_tickle()235 if (!child->exited) in child_stop()245 if (!child->exited) { in child_cleanup()261 child->exited = true; in child_cleanup()269 child->exited = true; in child_cleanup()271 } while (!child->exited); in child_cleanup()295 children[i].exited = true; in handle_child_signal()491 children[i].exited) in main()
17 static int exited; variable22 exited = 1; in sig_handler()33 exited = 1; in workload_exec_failed_signal()130 if (!exited || !nr_exit) { in test__task_exit()
77 if (fval->exited) in BPF_PROG()132 child_fval.exited = 0; in BPF_PROG()157 fval->exited = 1; in BPF_PROG()
16 __u8 exited; member
39 bool exited; member132 child->exited = false; in child_start()225 if (child->output_seen && !child->exited) in child_tickle()231 if (!child->exited) in child_stop()241 if (!child->exited) { in child_cleanup()279 children[i].exited = true; in handle_child_signal()619 children[i].exited) in main()
48 bool exited; in DECLARE_RC_STRUCT() local199 static inline void thread__set_exited(struct thread *thread, bool exited) in thread__set_exited() argument201 RC_CHK_ACCESS(thread)->exited = exited; in thread__set_exited()
161 msgid "%s took %.5f seconds and exited with status %d\n"
169 msgid "%s took %.5f seconds and exited with status %d\n"
155 msgid "%s took %.5f seconds and exited with status %d\n"
158 msgid "%s took %.5f seconds and exited with status %d\n"
153 msgid "%s took %.5f seconds and exited with status %d\n"
163 msgid "%s took %.5f seconds and exited with status %d\n"
92 don't care how it exited, so we'll use 'perf record' to record only
Completed in 21 milliseconds