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
1739 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()
4392 if (thread->effective_policy.thep_darwinbg) { in kcdata_record_thread_snapshot()4674 if (thread->effective_policy.thep_darwinbg) { in kcdata_record_thread_delta_snapshot()
236 if (thread->effective_policy.thep_darwinbg) { in kperf_thread_snapshot_sample()
479 if int(thread.effective_policy.thep_darwinbg) != 0: