Searched refs:crash_proc_t (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/unittest/
H A Dcrash-list.cpp16 struct crash_proc_t { struct
26 // Head of list containing crash_proc_t.
68 crash_proc_t* crash_proc = static_cast<crash_proc_t*>(malloc(sizeof(crash_proc_t)));
88 crash_proc_t* cur = nullptr;
91 list_for_every_entry (&crash_list->should_crash_procs, cur, crash_proc_t, node) {
108 crash_proc_t* cur = nullptr;
109 crash_proc_t* tmp = nullptr;
112 list_for_every_entry_safe (&crash_list->should_crash_procs, cur, tmp, crash_proc_t, nod
[all...]

Completed in 46 milliseconds