Lines Matching defs:thread

329 init_thread_from_template(thread_t thread)  in init_thread_from_template()
418 thread_is_active(thread_t thread) in thread_is_active()
426 thread_t thread = current_thread(); in thread_corpse_continue() local
456 thread_t thread = current_thread(); in thread_terminate_self() local
743 thread_ref_release(thread_t thread) in thread_ref_release()
756 thread_deallocate_safe(thread_t thread) in thread_deallocate_safe()
765 thread_deallocate(thread_t thread) in thread_deallocate()
774 thread_t thread) in thread_deallocate_complete()
898 thread_t thread; in thread_exception_queue_invoke() local
966 thread_t thread, in thread_exception_enqueue()
1026 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_terminate_queue_invoke() local
1123 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_deallocate_queue_invoke() local
1139 thread_t thread) in thread_terminate_enqueue()
1154 thread_t thread) in thread_deallocate_enqueue()
1200 thread_t thread = mpsc_queue_element(elm, struct thread, mpsc_links); in thread_stack_queue_invoke() local
1225 thread_t thread) in thread_stack_enqueue()
1284 main_thread_set_immovable_pinned(thread_t thread) in main_thread_set_immovable_pinned()
1635 thread_t thread; in thread_create_with_options_internal() local
1712 thread_t thread; in thread_create_waiting_internal() local
1774 thread_t thread; in thread_create_running_internal2() local
1897 thread_t thread; in kernel_thread_create() local
1932 thread_t thread; in kernel_thread_start_priority() local
1960 retrieve_thread_basic_info(thread_t thread, thread_basic_info_t basic_info) in retrieve_thread_basic_info()
2035 thread_t thread, in thread_info_internal()
2235 thread_t thread, in thread_read_times()
2274 thread_t thread, in thread_wire_internal()
2349 thread_floor_boost_set_promotion_locked(thread_t thread) in thread_floor_boost_set_promotion_locked()
2374 thread_t thread = current_thread(); in thread_priority_floor_start() local
2403 thread_t thread = current_thread(); in thread_priority_floor_end() local
2427 thread_guard_violation(thread_t thread, in thread_guard_violation()
2548 thread_t thread = current_thread(); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU() local
2753 thread_update_io_stats(thread_t thread, int size, int io_flags) in thread_update_io_stats()
2828 thread_t thread = current_thread(); in thread_cpulimit_remaining() local
2852 thread_t thread = current_thread(); in thread_cpulimit_interval_has_expired() local
2869 thread_t thread = current_thread(); in thread_cpulimit_restart() local
2884 thread_t thread = current_thread(); in thread_get_cpulimit() local
2937 thread_t thread = current_thread(); in thread_set_cpulimit() local
3033 thread_t thread, in thread_sched_call()
3042 thread_t thread) in thread_tid()
3099 thread_shared_rsrc_policy_get(thread_t thread, cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get()
3110 thread_shared_rsrc_policy_set(thread_t thread, __unused uint32_t index, cluster_shared_rsrc_type_t … in thread_shared_rsrc_policy_set()
3140 thread_shared_rsrc_policy_clear(thread_t thread, cluster_shared_rsrc_type_t type, shared_rsrc_polic… in thread_shared_rsrc_policy_clear()
3182 thread_shared_rsrc_policy_get(__unused thread_t thread, __unused cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get()
3188 thread_shared_rsrc_policy_set(thread_t thread, uint32_t index, __unused cluster_shared_rsrc_type_t … in thread_shared_rsrc_policy_set()
3194 thread_shared_rsrc_policy_clear(thread_t thread, __unused cluster_shared_rsrc_type_t type, __unused… in thread_shared_rsrc_policy_clear()
3203 thread_t thread) in thread_dispatchqaddr()
3233 thread_wqquantum_addr(thread_t thread) in thread_wqquantum_addr()
3258 thread_t thread) in thread_rettokern_addr()
3299 thread_mtx_lock(thread_t thread) in thread_mtx_lock()
3305 thread_mtx_unlock(thread_t thread) in thread_mtx_unlock()
3312 thread_t thread) in thread_reference()
3321 thread_require(thread_t thread) in thread_require()
3344 thread_t thread = current_thread(); in thread_set_voucher_name() local
3401 thread_act_t thread, in thread_get_mach_voucher()
3439 thread_t thread, in thread_set_mach_voucher()
3500 __unused thread_t thread, in thread_swap_mach_voucher()
3528 thread_get_voucher_origin_pid(thread_t thread, int32_t *pid) in thread_get_voucher_origin_pid()
3544 thread_get_voucher_origin_proximate_pid(thread_t thread, int32_t *origin_pid, int32_t *proximate_pi… in thread_get_voucher_origin_proximate_pid()
3570 thread_get_current_voucher_thread_group(thread_t thread) in thread_get_current_voucher_thread_group()
3591 thread_get_current_voucher_resource_coalition_id(thread_t thread) in thread_get_current_voucher_resource_coalition_id()
3625 thread_supports_cooperative_workqueue(thread_t thread) in thread_supports_cooperative_workqueue()
3637 thread_has_armed_workqueue_quantum(thread_t thread) in thread_has_armed_workqueue_quantum()
3659 thread_workq_quantum_size(thread_t thread) in thread_workq_quantum_size()
3670 thread_arm_workqueue_quantum(thread_t thread) in thread_arm_workqueue_quantum()
3705 thread_disarm_workqueue_quantum(thread_t thread) in thread_disarm_workqueue_quantum()
3722 thread_has_expired_workqueue_quantum(thread_t thread, bool should_trace) in thread_has_expired_workqueue_quantum()
3749 thread_evaluate_workqueue_quantum_expiry(thread_t thread) in thread_evaluate_workqueue_quantum_expiry()
3792 thread_get_runq(thread_t thread) in thread_get_runq()
3801 thread_get_runq_locked(thread_t thread) in thread_get_runq_locked()
3812 thread_set_runq_locked(thread_t thread, processor_t new_runq) in thread_set_runq_locked()
3821 thread_clear_runq(thread_t thread) in thread_clear_runq()
3829 thread_clear_runq_locked(thread_t thread) in thread_clear_runq_locked()
3837 thread_assert_runq_null(__assert_only thread_t thread) in thread_assert_runq_null()
3843 thread_assert_runq_nonnull(thread_t thread) in thread_assert_runq_nonnull()
3850 thread_set_honor_qlimit(thread_t thread) in thread_set_honor_qlimit()
3856 thread_clear_honor_qlimit(thread_t thread) in thread_clear_honor_qlimit()
3865 thread_enable_send_importance(thread_t thread, boolean_t enable) in thread_enable_send_importance()
3875 thread_get_ipc_propagate_attr(thread_t thread, struct thread_attr_for_ipc_propagation *attr) in thread_get_ipc_propagate_attr()
3929 thread_get_last_wait_duration(thread_t thread) in thread_get_last_wait_duration()
3964 thread_t thread; in thread_port_with_flavor_no_senders() local
4090 ctid_table_add(thread_t thread) in ctid_table_add()
4099 ctid_table_remove(thread_t thread) in ctid_table_remove()
4120 thread_t thread = THREAD_NULL; in ctid_get_thread() local
4130 thread_get_ctid(thread_t thread) in thread_get_ctid()
4147 thread_process_signature(thread_t thread, task_t task) in thread_process_signature()
4192 dtrace_get_thread_predcache(thread_t thread) in dtrace_get_thread_predcache()
4202 dtrace_get_thread_vtime(thread_t thread) in dtrace_get_thread_vtime()
4212 dtrace_get_thread_last_cpu_id(thread_t thread) in dtrace_get_thread_last_cpu_id()
4222 dtrace_get_thread_tracing(thread_t thread) in dtrace_get_thread_tracing()
4232 dtrace_get_thread_inprobe(thread_t thread) in dtrace_get_thread_inprobe()
4242 thread_get_kernel_stack(thread_t thread) in thread_get_kernel_stack()
4253 kasan_get_thread_data(thread_t thread) in kasan_get_thread_data()
4261 kcov_get_thread_data(thread_t thread) in kcov_get_thread_data()
4277 kcov_stksz_get_thread_stkbase(thread_t thread) in kcov_stksz_get_thread_stkbase()
4292 kcov_stksz_get_thread_stksize(thread_t thread) in kcov_stksz_get_thread_stksize()
4302 kcov_stksz_set_thread_stack(thread_t thread, vm_offset_t stack) in kcov_stksz_set_thread_stack()
4310 dtrace_calc_thread_recent_vtime(thread_t thread) in dtrace_calc_thread_recent_vtime()
4322 dtrace_set_thread_predcache(thread_t thread, uint32_t predcache) in dtrace_set_thread_predcache()
4330 dtrace_set_thread_vtime(thread_t thread, int64_t vtime) in dtrace_set_thread_vtime()
4338 dtrace_set_thread_tracing(thread_t thread, int64_t accum) in dtrace_set_thread_tracing()
4346 dtrace_set_thread_inprobe(thread_t thread, uint16_t inprobe) in dtrace_set_thread_inprobe()
4359 thread_t thread = current_thread(); in dtrace_thread_bootstrap() local
4372 dtrace_thread_didexec(thread_t thread) in dtrace_thread_didexec()