| /xnu-10002.81.5/osfmk/kperf/ |
| H A D | pet.c | 207 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
|
| /xnu-10002.81.5/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 254 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
|
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | mpsc_queue.c | 194 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()
|
| H A D | startup.c | 576 thread_set_thread_name(thread, "kernel_bootstrap_thread"); in kernel_bootstrap()
|
| H A D | mach_node.c | 804 thread_set_thread_name(current_thread(), "MNL_Link"); in mnl_msg_to_node()
|
| H A D | thread_call.c | 516 thread_set_thread_name(thread, name); in thread_call_thread_create() 1957 thread_set_thread_name(self, "thread_call_daemon"); in thread_call_daemon()
|
| H A D | thread.h | 1772 extern void thread_set_thread_name(thread_t th, const char* name);
|
| H A D | smr.c | 2015 thread_set_thread_name(th, name); in __smr_cpu_init_thread()
|
| /xnu-10002.81.5/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
|
| H A D | IOService.cpp | 682 thread_set_thread_name(gIOTerminateWorkerThread, "IOServiceTerminateThread"); in initialize() 5128 thread_set_thread_name(thread, threadName); in configThread() 6543 thread_set_thread_name(current_thread(), newName); in waitForMatchingServiceWithToken() 6588 thread_set_thread_name(current_thread(), currentName); in waitForMatchingServiceWithToken()
|
| /xnu-10002.81.5/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-10002.81.5/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 489 thread_set_thread_name(thread, "VM_swapout"); in vm_compressor_swap_init() 497 thread_set_thread_name(thread, "VM_swapfile_create"); in vm_compressor_swap_init() 504 thread_set_thread_name(thread, "VM_swapfile_gc"); in vm_compressor_swap_init()
|
| H A D | vm_reclaim.c | 1035 thread_set_thread_name(current_thread(), "VM_reclaim"); in reclaim_thread_init()
|
| H A D | vm_pageout.c | 4595 thread_set_thread_name(current_thread(), "VM_compressor"); in vm_pageout_iothread_internal() 4869 thread_set_thread_name(current_thread(), "VM_pressure"); in vm_pressure_thread() 5081 thread_set_thread_name(thread, "VM_pageout_garbage_collect"); in vm_pageout_create_gc_thread() 5150 thread_set_thread_name(current_thread(), "VM_pageout_scan"); in vm_pageout() 5264 thread_set_thread_name(ethr->pgo_iothread, "VM_pageout_external_iothread"); in vm_pageout()
|
| H A D | vm_object.c | 579 thread_set_thread_name(thread, "VM_io_reprioritize_thread"); in vm_io_reprioritize_init() 601 thread_set_thread_name(thread, "VM_object_reaper_thread"); in vm_object_reaper_init()
|
| /xnu-10002.81.5/osfmk/tests/ |
| H A D | pmap_tests.c | 348 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
|
| /xnu-10002.81.5/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1284 thread_set_thread_name(current_thread(), ne->netem_name); in netem_output_thread_func()
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | tracker.c | 1010 thread_set_thread_name(current_thread(), "TRACKER_GC"); in tracker_gc_thread_func()
|
| H A D | socket_flows.c | 1340 thread_set_thread_name(current_thread(), "SOFLOW_GC"); in soflow_gc_thread_func()
|
| H A D | kern_memorystatus_freeze.c | 1669 thread_set_thread_name(thread, "VM_freezer"); in memorystatus_freeze_init()
|
| /xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 476 thread_set_thread_name(fsw->fsw_reap_thread, fsw->fsw_reap_name); in fsw_setup_ifp() 579 thread_set_thread_name(fsw->fsw_reap_thread, fsw->fsw_reap_name); in fsw_teardown_ifp()
|
| H A D | fsw_dp.c | 2141 thread_set_thread_name(frt->frt_thread, thread_name); in fsw_rps_thread_func() 4225 thread_set_thread_name(current_thread(), fsw->fsw_reap_name); in fsw_reap_thread_func()
|
| /xnu-10002.81.5/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2792 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()
|
| /xnu-10002.81.5/bsd/net/ |
| H A D | dlil.c | 3333 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_input_thread_func() 3472 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_rxpoll_input_thread_func() 4610 thread_set_thread_name(current_thread(), thread_name); in ifnet_start_thread_func() 4887 thread_set_thread_name(ifp->if_poll_thread, thread_name); in ifnet_poll_thread_func()
|