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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1138 struct thread cthread; local
1261 if ((thread == NULL) || (ml_nofault_copy((vm_offset_t) thread, (vm_offset_t) &cthread, sizeof(struct thread)) != sizeof(struct thread)))
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c975 thread_t cthread = current_thread(); local
977 if (__improbable(cthread == NULL))
980 kstackb = cthread->kernel_stack;
H A Dsched_prim.c873 thread_t cthread = current_thread(); local
961 } else if (thread_get_tag_internal(cthread) & THREAD_TAG_CALLOUT) {
962 if (cthread->callout_woken_from_icontext) {
965 if (cthread->callout_woken_from_platform_idle) {

Completed in 68 milliseconds