Lines Matching defs:thread

335 init_thread_from_template(thread_t thread)  in init_thread_from_template()
424 thread_is_active(thread_t thread) in thread_is_active()
432 thread_t thread = current_thread(); in thread_corpse_continue() local
462 thread_t thread = current_thread(); in thread_terminate_self() local
755 thread_ref_release(thread_t thread) in thread_ref_release()
768 thread_deallocate_safe(thread_t thread) in thread_deallocate_safe()
777 thread_deallocate(thread_t thread) in thread_deallocate()
786 thread_t thread) in thread_deallocate_complete()
910 thread_t thread; in thread_exception_queue_invoke() local
978 thread_t thread, in thread_exception_enqueue()
1038 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_terminate_queue_invoke() local
1131 thread_t thread = mpsc_queue_element(e, struct thread, mpsc_links); in thread_deallocate_queue_invoke() local
1147 thread_t thread) in thread_terminate_enqueue()
1162 thread_t thread) in thread_deallocate_enqueue()
1208 thread_t thread = mpsc_queue_element(elm, struct thread, mpsc_links); in thread_stack_queue_invoke() local
1233 thread_t thread) in thread_stack_enqueue()
1628 thread_t thread; in thread_create_with_options_internal() local
1705 thread_t thread; in thread_create_waiting_internal() local
1778 thread_t thread; in thread_create_running_internal2() local
1931 thread_t thread; in kernel_thread_create() local
1966 thread_t thread; in kernel_thread_start_priority() local
1994 retrieve_thread_basic_info(thread_t thread, thread_basic_info_t basic_info) in retrieve_thread_basic_info()
2069 thread_t thread, in thread_info_internal()
2269 thread_t thread, in thread_read_times()
2308 thread_t thread, in thread_wire_internal()
2383 thread_floor_boost_set_promotion_locked(thread_t thread) in thread_floor_boost_set_promotion_locked()
2408 thread_t thread = current_thread(); in thread_priority_floor_start() local
2437 thread_t thread = current_thread(); in thread_priority_floor_end() local
2462 thread_t thread, in thread_ast_mach_exception()
2509 thread_t thread, in thread_guard_violation()
2609 thread_t thread = current_thread(); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU() local
2814 thread_update_io_stats(thread_t thread, int size, int io_flags) in thread_update_io_stats()
2889 thread_t thread = current_thread(); in thread_cpulimit_remaining() local
2913 thread_t thread = current_thread(); in thread_cpulimit_interval_has_expired() local
2930 thread_t thread = current_thread(); in thread_cpulimit_restart() local
2945 thread_t thread = current_thread(); in thread_get_cpulimit() local
2998 thread_t thread = current_thread(); in thread_set_cpulimit() local
3094 thread_t thread, in thread_sched_call()
3123 thread_t thread) in thread_tid()
3139 thread_c_switch(thread_t thread) in thread_c_switch()
3186 thread_shared_rsrc_policy_get(thread_t thread, cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get()
3197 thread_shared_rsrc_policy_set(thread_t thread, __unused uint32_t index, cluster_shared_rsrc_type_t … in thread_shared_rsrc_policy_set()
3227 thread_shared_rsrc_policy_clear(thread_t thread, cluster_shared_rsrc_type_t type, shared_rsrc_polic… in thread_shared_rsrc_policy_clear()
3269 thread_shared_rsrc_policy_get(__unused thread_t thread, __unused cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get()
3275 thread_shared_rsrc_policy_set(thread_t thread, uint32_t index, __unused cluster_shared_rsrc_type_t … in thread_shared_rsrc_policy_set()
3281 thread_shared_rsrc_policy_clear(thread_t thread, __unused cluster_shared_rsrc_type_t type, __unused… in thread_shared_rsrc_policy_clear()
3290 thread_t thread) in thread_dispatchqaddr()
3320 thread_wqquantum_addr(thread_t thread) in thread_wqquantum_addr()
3345 thread_t thread) in thread_rettokern_addr()
3386 thread_mtx_lock(thread_t thread) in thread_mtx_lock()
3392 thread_mtx_unlock(thread_t thread) in thread_mtx_unlock()
3399 thread_t thread) in thread_reference()
3408 thread_require(thread_t thread) in thread_require()
3431 thread_t thread = current_thread(); in thread_set_voucher_name() local
3488 thread_act_t thread, in thread_get_mach_voucher()
3526 thread_t thread, in thread_set_mach_voucher()
3587 __unused thread_t thread, in thread_swap_mach_voucher()
3615 thread_get_voucher_origin_pid(thread_t thread, int32_t *pid) in thread_get_voucher_origin_pid()
3631 thread_get_voucher_origin_proximate_pid(thread_t thread, int32_t *origin_pid, int32_t *proximate_pi… in thread_get_voucher_origin_proximate_pid()
3657 thread_get_current_voucher_thread_group(thread_t thread) in thread_get_current_voucher_thread_group()
3678 thread_get_current_voucher_resource_coalition_id(thread_t thread) in thread_get_current_voucher_resource_coalition_id()
3712 thread_supports_cooperative_workqueue(thread_t thread) in thread_supports_cooperative_workqueue()
3724 thread_has_armed_workqueue_quantum(thread_t thread) in thread_has_armed_workqueue_quantum()
3746 thread_workq_quantum_size(thread_t thread) in thread_workq_quantum_size()
3757 thread_arm_workqueue_quantum(thread_t thread) in thread_arm_workqueue_quantum()
3792 thread_disarm_workqueue_quantum(thread_t thread) in thread_disarm_workqueue_quantum()
3809 thread_has_expired_workqueue_quantum(thread_t thread, bool should_trace) in thread_has_expired_workqueue_quantum()
3836 thread_evaluate_workqueue_quantum_expiry(thread_t thread) in thread_evaluate_workqueue_quantum_expiry()
3879 thread_get_runq(thread_t thread) in thread_get_runq()
3888 thread_get_runq_locked(thread_t thread) in thread_get_runq_locked()
3899 thread_set_runq_locked(thread_t thread, processor_t new_runq) in thread_set_runq_locked()
3908 thread_clear_runq(thread_t thread) in thread_clear_runq()
3916 thread_clear_runq_locked(thread_t thread) in thread_clear_runq_locked()
3924 thread_assert_runq_null(__assert_only thread_t thread) in thread_assert_runq_null()
3930 thread_assert_runq_nonnull(thread_t thread) in thread_assert_runq_nonnull()
3937 thread_set_honor_qlimit(thread_t thread) in thread_set_honor_qlimit()
3943 thread_clear_honor_qlimit(thread_t thread) in thread_clear_honor_qlimit()
3952 thread_enable_send_importance(thread_t thread, boolean_t enable) in thread_enable_send_importance()
3962 thread_get_ipc_propagate_attr(thread_t thread, struct thread_attr_for_ipc_propagation *attr) in thread_get_ipc_propagate_attr()
4016 thread_get_last_wait_duration(thread_t thread) in thread_get_last_wait_duration()
4049 thread_t thread; in thread_port_with_flavor_no_senders() local
4174 ctid_table_add(thread_t thread) in ctid_table_add()
4183 ctid_table_remove(thread_t thread) in ctid_table_remove()
4204 thread_t thread = THREAD_NULL; in ctid_get_thread() local
4214 thread_get_ctid(thread_t thread) in thread_get_ctid()
4231 thread_process_signature(thread_t thread, task_t task) in thread_process_signature()
4276 dtrace_get_thread_predcache(thread_t thread) in dtrace_get_thread_predcache()
4286 dtrace_get_thread_vtime(thread_t thread) in dtrace_get_thread_vtime()
4296 dtrace_get_thread_last_cpu_id(thread_t thread) in dtrace_get_thread_last_cpu_id()
4306 dtrace_get_thread_tracing(thread_t thread) in dtrace_get_thread_tracing()
4316 dtrace_get_thread_inprobe(thread_t thread) in dtrace_get_thread_inprobe()
4326 thread_get_kernel_stack(thread_t thread) in thread_get_kernel_stack()
4337 kasan_get_thread_data(thread_t thread) in kasan_get_thread_data()
4345 kcov_get_thread_data(thread_t thread) in kcov_get_thread_data()
4361 kcov_stksz_get_thread_stkbase(thread_t thread) in kcov_stksz_get_thread_stkbase()
4376 kcov_stksz_get_thread_stksize(thread_t thread) in kcov_stksz_get_thread_stksize()
4386 kcov_stksz_set_thread_stack(thread_t thread, vm_offset_t stack) in kcov_stksz_set_thread_stack()
4394 dtrace_calc_thread_recent_vtime(thread_t thread) in dtrace_calc_thread_recent_vtime()
4406 dtrace_set_thread_predcache(thread_t thread, uint32_t predcache) in dtrace_set_thread_predcache()
4414 dtrace_set_thread_vtime(thread_t thread, int64_t vtime) in dtrace_set_thread_vtime()
4422 dtrace_set_thread_tracing(thread_t thread, int64_t accum) in dtrace_set_thread_tracing()
4430 dtrace_set_thread_inprobe(thread_t thread, uint16_t inprobe) in dtrace_set_thread_inprobe()
4443 thread_t thread = current_thread(); in dtrace_thread_bootstrap() local
4457 dtrace_thread_didexec(thread_t thread) in dtrace_thread_didexec()