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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c71 } mythread_state_flavor_t; typedef in typeref:struct:__anon117
74 mythread_state_flavor_t thread_flavor_array [] = {
81 mythread_state_flavor_t thread_flavor_array [] = {
96 mythread_state_flavor_t *flavors;
160 mythread_state_flavor_t *flavors;
182 *(mythread_state_flavor_t *)(header+hoffset) =
184 hoffset += sizeof(mythread_state_flavor_t);
236 mythread_state_flavor_t flavors[MAX_TSTATE_FLAVORS];
312 tir1.flavor_count = sizeof(thread_flavor_array)/sizeof(mythread_state_flavor_t);
316 tstate_size += sizeof(mythread_state_flavor_t)
[all...]

Completed in 10 milliseconds