| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_panic.c | 345 thread_set_thread_name(thread, "EXCLAVES_PANIC_WAIT_THREAD"); in exclaves_panic_thread_setup()
|
| H A D | mpsc_queue.c | 180 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()
|
| H A D | startup.c | 591 thread_set_thread_name(thread, "kernel_bootstrap_thread"); in kernel_bootstrap()
|
| H A D | exclaves_inspection.c | 472 thread_set_thread_name(exclaves_collection_thread, "exclaves-stackshot"); in exclaves_inspection_init()
|
| 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 | 1955 extern void thread_set_thread_name(thread_t th, const char* name);
|
| H A D | sched_prim.c | 6969 thread_set_thread_name(thread, name); in idle_thread_create() 7221 thread_set_thread_name(thread, "sched_maintenance_thread"); in sched_init_thread() 7839 thread_set_thread_name(sched_update_powered_cores_thread, in sched_cpu_init_completed()
|
| /xnu-11215/osfmk/kperf/ |
| H A D | pet.c | 207 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
|
| /xnu-11215/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 251 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
|
| /xnu-11215/doc/primitives/ |
| H A D | string-handling.md | 175 thread_set_thread_name(inp->dlth_thread, thread_name); 185 thread_set_thread_name(inp->dlth_thread, thread_name);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
|
| H A D | IOService.cpp | 700 thread_set_thread_name(gIOTerminateWorkerThread, "IOServiceTerminateThread"); in initialize() 5170 thread_set_thread_name(thread, threadName); in configThread() 6604 thread_set_thread_name(current_thread(), newName); in waitForMatchingServiceWithToken() 6649 thread_set_thread_name(current_thread(), currentName); in waitForMatchingServiceWithToken()
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_poll.c | 504 thread_set_thread_name(ifp->if_poll_thread, thread_name); in netif_rxpoll_compat_thread_func()
|
| H A D | nx_netif_mit.c | 511 thread_set_thread_name(current_thread(), in nx_netif_mit_thread_func()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 488 thread_set_thread_name(thread, "VM_swapout"); in vm_compressor_swap_init() 496 thread_set_thread_name(thread, "VM_swapfile_create"); in vm_compressor_swap_init() 503 thread_set_thread_name(thread, "VM_swapfile_gc"); in vm_compressor_swap_init()
|
| H A D | vm_reclaim.c | 1405 thread_set_thread_name(current_thread(), "VM_reclaim"); in reclaim_thread_init()
|
| H A D | vm_pageout.c | 4628 thread_set_thread_name(current_thread(), "VM_compressor"); 4910 thread_set_thread_name(current_thread(), "VM_pressure"); 5122 thread_set_thread_name(thread, "VM_pageout_garbage_collect"); 5191 thread_set_thread_name(current_thread(), "VM_pageout_scan"); 5306 thread_set_thread_name(ethr->pgo_iothread, "VM_pageout_external_iothread");
|
| /xnu-11215/osfmk/tests/ |
| H A D | pmap_tests.c | 392 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
|
| /xnu-11215/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1303 thread_set_thread_name(current_thread(), tname); in netem_output_thread_func()
|
| /xnu-11215/bsd/kern/ |
| H A D | tracker.c | 1033 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()
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 474 thread_set_thread_name(fsw->fsw_reap_thread, in fsw_setup_ifp() 579 thread_set_thread_name(fsw->fsw_reap_thread, reap_name); in fsw_teardown_ifp()
|
| H A D | fsw_dp.c | 2290 thread_set_thread_name(frt->frt_thread, tname); in fsw_rps_thread_func() 4463 thread_set_thread_name(current_thread(), in fsw_reap_thread_func()
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2792 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()
|