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

/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_info.h112 uint64_t thread_id; /* system-wide unique 64-bit thread id */ member in struct:thread_identifier_info
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.h44 uint64_t thread_id; member in struct:thread_snapshot
H A Dtask_policy.c418 if (tid == self->thread_id)
528 if (tid == self->thread_id)
591 if (tid == self->thread_id)
638 if (tid == self->thread_id)
734 if (tid == self->thread_id) {
839 return(proc_apply_bgthreadpolicy(current_task(), current_thread()->thread_id));
931 if (tid == self->thread_id)
1914 if ((tid == 0) || (tid == self->thread_id)) {
H A Dthread.c758 new_thread->thread_id = ++thread_unique_id;
1200 identifier_info->thread_id = thread->thread_id;
1699 return (thread != THREAD_NULL? thread->thread_id: 0);
H A Dbsd_kern.c651 addr = (thuniqueid==0)?thact->machine.cthread_self: thact->thread_id;
H A Dthread.h416 uint64_t thread_id; /*system wide unique thread-id*/ member in struct:thread
H A Dtask.c2500 if (thread->thread_id == tid)
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1270 tsnap->thread_id = thread_tid(thread);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c2956 proc_apply_thread_diskacc(kernel_task, self->thread_id, TASK_POLICY_HWACCESS_DISK_ATTRIBUTE_THROTTLE);
2960 vm_pageout_queue_external.pgo_tid = self->thread_id;
2979 proc_apply_thread_diskacc(kernel_task, self->thread_id, TASK_POLICY_HWACCESS_DISK_ATTRIBUTE_THROTTLE);
2983 vm_pageout_queue_internal.pgo_tid = self->thread_id;

Completed in 63 milliseconds