| /xnu-8020.121.3/iokit/Kernel/arm/ ! |
| H A D | AppleARMSMP.cpp | 218 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
|
| /xnu-8020.121.3/osfmk/kperf/ ! |
| H A D | pet.c | 207 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
|
| /xnu-8020.121.3/osfmk/kern/ ! |
| H A D | mpsc_queue.c | 179 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()
|
| H A D | startup.c | 577 thread_set_thread_name(thread, "kernel_bootstrap_thread"); in kernel_bootstrap()
|
| H A D | mach_node.c | 805 thread_set_thread_name(current_thread(), "MNL_Link"); in mnl_msg_to_node()
|
| H A D | thread_call.c | 499 thread_set_thread_name(thread, name); in thread_call_thread_create() 1866 thread_set_thread_name(self, "thread_call_daemon"); in thread_call_daemon()
|
| H A D | thread.h | 1617 extern void thread_set_thread_name(thread_t th, const char* name);
|
| H A D | thread.c | 3575 thread_set_thread_name(thread_t th, const char* name) in thread_set_thread_name() function
|
| H A D | sched_prim.c | 6453 thread_set_thread_name(thread, name); in idle_thread_create() 6707 thread_set_thread_name(thread, "sched_maintenance_thread"); in sched_init_thread()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/netif/ ! |
| H A D | nx_netif_poll.c | 502 thread_set_thread_name(ifp->if_poll_thread, thread_name); in netif_rxpoll_compat_thread_func()
|
| H A D | nx_netif_mit.c | 510 thread_set_thread_name(current_thread(), mit->mit_name); in nx_netif_mit_thread_func()
|
| /xnu-8020.121.3/iokit/Kernel/ ! |
| H A D | IOWorkLoop.cpp | 306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
|
| H A D | IOService.cpp | 649 thread_set_thread_name(gIOTerminateWorkerThread, "IOServiceTerminateThread"); in initialize() 4948 thread_set_thread_name(thread, threadName); in configThread() 6306 thread_set_thread_name(current_thread(), newName); in waitForMatchingServiceWithToken() 6351 thread_set_thread_name(current_thread(), currentName); in waitForMatchingServiceWithToken()
|
| /xnu-8020.121.3/osfmk/vm/ ! |
| H A D | vm_compressor_backing_store.c | 444 thread_set_thread_name(thread, "VM_swapout"); in vm_compressor_swap_init() 452 thread_set_thread_name(thread, "VM_swapfile_create"); in vm_compressor_swap_init() 459 thread_set_thread_name(thread, "VM_swapfile_gc"); in vm_compressor_swap_init()
|
| H A D | vm_pageout.c | 4373 thread_set_thread_name(current_thread(), "VM_compressor"); in vm_pageout_iothread_internal() 4623 thread_set_thread_name(current_thread(), "VM_pressure"); in vm_pressure_thread() 4833 thread_set_thread_name(thread, "VM_pageout_garbage_collect"); in vm_pageout_create_gc_thread() 4917 thread_set_thread_name(current_thread(), "VM_pageout_scan"); in vm_pageout() 5032 …thread_set_thread_name(vm_pageout_state.vm_pageout_external_iothread, "VM_pageout_external_iothrea… in vm_pageout()
|
| H A D | vm_object.c | 569 thread_set_thread_name(thread, "VM_io_reprioritize_thread"); in vm_io_reprioritize_init() 591 thread_set_thread_name(thread, "VM_object_reaper_thread"); in vm_object_reaper_init()
|
| H A D | vm_compressor.c | 2840 thread_set_thread_name(current_thread(), "VM_cswap_trigger"); in vm_compressor_swap_trigger_thread()
|
| /xnu-8020.121.3/bsd/net/pktsched/ ! |
| H A D | pktsched_netem.c | 1196 thread_set_thread_name(current_thread(), ne->netem_name); in netem_output_thread_func()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/ ! |
| H A D | fsw.c | 354 thread_set_thread_name(fsw->fsw_reap_thread, fsw->fsw_reap_name); in fsw_setup_ifp() 450 thread_set_thread_name(fsw->fsw_reap_thread, fsw->fsw_reap_name); in fsw_teardown_ifp()
|
| H A D | fsw_dp.c | 3194 thread_set_thread_name(current_thread(), fsw->fsw_reap_name); in fsw_reap_thread_func()
|
| /xnu-8020.121.3/bsd/kern/ ! |
| H A D | tracker.c | 1001 thread_set_thread_name(current_thread(), "TRACKER_GC"); in tracker_gc_thread_func()
|
| H A D | socket_flows.c | 1333 thread_set_thread_name(current_thread(), "SOFLOW_GC"); in soflow_gc_thread_func()
|
| H A D | kern_memorystatus_freeze.c | 1603 thread_set_thread_name(thread, "VM_freezer"); in memorystatus_freeze_init()
|
| /xnu-8020.121.3/bsd/dev/dtrace/ ! |
| H A D | fasttrap.c | 2788 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()
|
| /xnu-8020.121.3/bsd/net/ ! |
| H A D | dlil.c | 3078 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_input_thread_func() 3217 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_rxpoll_input_thread_func() 4170 thread_set_thread_name(current_thread(), thread_name); in ifnet_start_thread_func() 4417 thread_set_thread_name(ifp->if_poll_thread, thread_name); in ifnet_poll_thread_func()
|