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

/macosx-10.9.5/system_cmds-597.90.1/sc_usage.tproj/
H A Dsc_usage.c144 struct th_info th_state[MAX_THREADS]; variable in typeref:struct:th_info
808 ti = &th_state[0];
818 while (ti->thread == 0 && ti < &th_state[MAX_THREADS])
820 if (ti == &th_state[MAX_THREADS])
1078 for (ti = th_state; ti < &th_state[MAX_THREADS]; ti++) {
1109 for (ti = th_state; ti < &th_state[MAX_THREADS]; ti++) {
1345 th_state[i].depth = 0;
1346 th_state[
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sc_usage.tproj/
H A Dsc_usage.c144 struct th_info th_state[MAX_THREADS]; variable in typeref:struct:th_info
808 ti = &th_state[0];
818 while (ti->thread == 0 && ti < &th_state[MAX_THREADS])
820 if (ti == &th_state[MAX_THREADS])
1078 for (ti = th_state; ti < &th_state[MAX_THREADS]; ti++) {
1109 for (ti = th_state; ti < &th_state[MAX_THREADS]; ti++) {
1345 th_state[i].depth = 0;
1346 th_state[
[all...]

Completed in 261 milliseconds