Home
last modified time | relevance | path

Searched refs:mythread_state_flavor_t (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_core.c76 } mythread_state_flavor_t; typedef
79 mythread_state_flavor_t thread_flavor_array[] = {
86 mythread_state_flavor_t thread_flavor_array[] = {
94 mythread_state_flavor_t thread_flavor_array[] = {
108 mythread_state_flavor_t *flavors;
177 mythread_state_flavor_t *flavors; in collectth_state()
199 *(mythread_state_flavor_t *)(header + hoffset) = in collectth_state()
201 hoffset += sizeof(mythread_state_flavor_t); in collectth_state()
254 mythread_state_flavor_t flavors[MAX_TSTATE_FLAVORS]; in coredump()
353 tir1.flavor_count = sizeof(thread_flavor_array) / sizeof(mythread_state_flavor_t); in coredump()
[all …]