| /xnu-8019.80.24/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 218 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
|
| /xnu-8019.80.24/osfmk/kperf/ |
| H A D | pet.c | 207 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | mpsc_queue.c | 170 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()
|
| H A D | startup.c | 581 thread_set_thread_name(thread, "kernel_bootstrap_thread"); in kernel_bootstrap()
|
| H A D | mach_node.c | 813 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 | 1577 extern void thread_set_thread_name(thread_t th, const char* name);
|
| H A D | thread.c | 3574 thread_set_thread_name(thread_t th, const char* name) in thread_set_thread_name() function
|
| H A D | sched_prim.c | 6463 thread_set_thread_name(thread, name); in idle_thread_create() 6717 thread_set_thread_name(thread, "sched_maintenance_thread"); in sched_init_thread()
|
| /xnu-8019.80.24/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() 4947 thread_set_thread_name(thread, threadName); in configThread() 6305 thread_set_thread_name(current_thread(), newName); in waitForMatchingServiceWithToken() 6350 thread_set_thread_name(current_thread(), currentName); in waitForMatchingServiceWithToken()
|
| /xnu-8019.80.24/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-8019.80.24/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 417 thread_set_thread_name(thread, "VM_swapout"); in vm_compressor_swap_init() 427 thread_set_thread_name(thread, "VM_swapfile_create"); in vm_compressor_swap_init() 434 thread_set_thread_name(thread, "VM_swapfile_gc"); in vm_compressor_swap_init()
|
| H A D | vm_pageout.c | 4365 thread_set_thread_name(current_thread(), "VM_compressor"); in vm_pageout_iothread_internal() 4615 thread_set_thread_name(current_thread(), "VM_pressure"); in vm_pressure_thread() 4891 thread_set_thread_name(current_thread(), "VM_pageout_scan"); in vm_pageout() 5006 …thread_set_thread_name(vm_pageout_state.vm_pageout_external_iothread, "VM_pageout_external_iothrea… in vm_pageout() 5015 thread_set_thread_name(thread, "VM_pageout_garbage_collect"); in vm_pageout()
|
| H A D | vm_object.c | 606 thread_set_thread_name(thread, "VM_io_reprioritize_thread"); in vm_io_reprioritize_init() 628 thread_set_thread_name(thread, "VM_object_reaper_thread"); in vm_object_reaper_init()
|
| H A D | vm_compressor.c | 2817 thread_set_thread_name(current_thread(), "VM_cswap_trigger"); in vm_compressor_swap_trigger_thread()
|
| /xnu-8019.80.24/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-8019.80.24/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 | 3203 thread_set_thread_name(current_thread(), fsw->fsw_reap_name); in fsw_reap_thread_func()
|
| /xnu-8019.80.24/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 | 1354 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-8019.80.24/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2788 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | dlil.c | 3035 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_input_thread_func() 3174 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_rxpoll_input_thread_func() 4127 thread_set_thread_name(current_thread(), thread_name); in ifnet_start_thread_func() 4374 thread_set_thread_name(ifp->if_poll_thread, thread_name); in ifnet_poll_thread_func()
|