thread_state_count   77 gc/darwin_stop_world.c   mach_msg_type_number_t thread_state_count = MACHINE_THREAD_STATE_COUNT;
thread_state_count   93 gc/darwin_stop_world.c 			     &thread_state_count);
thread_state_count 3738 gc/os_dep.c        mach_msg_type_number_t thread_state_count = THREAD_STATE_MAX;
thread_state_count 3750 gc/os_dep.c            r = thread_get_state(thread,flavor,thread_state,&thread_state_count);
thread_state_count 3761 gc/os_dep.c                    data_count,&flavor,thread_state,thread_state_count,
thread_state_count 3762 gc/os_dep.c                    thread_state,&thread_state_count);
thread_state_count 3766 gc/os_dep.c                    data_count,&flavor,thread_state,thread_state_count,
thread_state_count 3767 gc/os_dep.c                    thread_state,&thread_state_count);
thread_state_count 3776 gc/os_dep.c            r = thread_set_state(thread,flavor,thread_state,thread_state_count);