Searched refs:thep_darwinbg (Results 1 – 5 of 5) sorted by relevance
257 …uint64_t thep_darwinbg :1, /* marked as 'background', and sockets are marked … member
1738 next.thep_darwinbg = 1; in thread_policy_update_internal_spinlocked()1742 if (next.thep_darwinbg || task_effective.tep_new_sockets_bg) { in thread_policy_update_internal_spinlocked()1752 if (next.thep_darwinbg && in thread_policy_update_internal_spinlocked()1763 if (next.thep_darwinbg) { in thread_policy_update_internal_spinlocked()1825 next.thep_darwinbg = 0; in thread_policy_update_internal_spinlocked()1864 prev.thep_darwinbg != next.thep_darwinbg) { in thread_policy_update_internal_spinlocked()2361 value = thread->effective_policy.thep_darwinbg ? 1 : 0; in proc_get_effective_thread_policy()2470 bits |= (effective.thep_darwinbg ? POLICY_EFF_DARWIN_BG : 0); in proc_get_thread_policy_bitfield()
4242 if (thread->effective_policy.thep_darwinbg) { in kcdata_record_thread_snapshot()4524 if (thread->effective_policy.thep_darwinbg) { in kcdata_record_thread_delta_snapshot()
236 if (thread->effective_policy.thep_darwinbg) { in kperf_thread_snapshot_sample()
476 if int(thread.effective_policy.thep_darwinbg) != 0: