Home | History | Annotate | Download | only in runtime

Lines Matching full:user_count

878     unsigned user_count = sizeof(regs)/sizeof(int);
881 unsigned user_count = x86_THREAD_STATE64_COUNT;
884 unsigned user_count = PPC_THREAD_STATE_COUNT;
887 unsigned user_count = PPC_THREAD_STATE64_COUNT;
890 unsigned user_count = ARM_THREAD_STATE_COUNT;
896 kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count);
902 return user_count * sizeof(usword_t);