Home
last modified time | relevance | path

Searched refs:thep_darwinbg (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/osfmk/mach/
H A Dthread_policy_private.h257 …uint64_t thep_darwinbg :1, /* marked as 'background', and sockets are marked … member
/xnu-12377.1.9/osfmk/kern/
H A Dthread_policy.c1739 next.thep_darwinbg = 1; in thread_policy_update_internal_spinlocked()
1743 if (next.thep_darwinbg || task_effective.tep_new_sockets_bg) { in thread_policy_update_internal_spinlocked()
1753 if (next.thep_darwinbg && in thread_policy_update_internal_spinlocked()
1764 if (next.thep_darwinbg) { in thread_policy_update_internal_spinlocked()
1826 next.thep_darwinbg = 0; in thread_policy_update_internal_spinlocked()
1865 prev.thep_darwinbg != next.thep_darwinbg) { in thread_policy_update_internal_spinlocked()
2369 value = thread->effective_policy.thep_darwinbg ? 1 : 0; in proc_get_effective_thread_policy()
2478 bits |= (effective.thep_darwinbg ? POLICY_EFF_DARWIN_BG : 0); in proc_get_thread_policy_bitfield()
H A Dkern_stackshot.c4392 if (thread->effective_policy.thep_darwinbg) { in kcdata_record_thread_snapshot()
4674 if (thread->effective_policy.thep_darwinbg) { in kcdata_record_thread_delta_snapshot()
/xnu-12377.1.9/osfmk/kperf/
H A Dthread_samplers.c236 if (thread->effective_policy.thep_darwinbg) { in kperf_thread_snapshot_sample()
/xnu-12377.1.9/tools/lldbmacros/
H A Dprocess.py479 if int(thread.effective_policy.thep_darwinbg) != 0: