| /xnu-12377.81.4/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 | exclaves_inspection.c | 472 thread_set_thread_name(exclaves_collection_thread, "exclaves-stackshot"); in exclaves_inspection_init()
|
| H A D | startup.c | 669 thread_set_thread_name(thread, "kernel_bootstrap_thread"); in kernel_bootstrap()
|
| 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 | 1997 extern void thread_set_thread_name(thread_t th, const char* name);
|
| H A D | sched_prim.c | 6537 thread_set_thread_name(thread, name); in idle_thread_create() 6788 thread_set_thread_name(thread, "sched_maintenance_thread"); in sched_init_thread() 7457 thread_set_thread_name(sched_update_powered_cores_thread, in sched_cpu_init_completed()
|
| /xnu-12377.81.4/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 251 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
|
| /xnu-12377.81.4/osfmk/kperf/ |
| H A D | pet.c | 238 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
|
| /xnu-12377.81.4/doc/primitives/ |
| H A D | string-handling.md | 182 thread_set_thread_name(inp->dlth_thread, thread_name); 192 thread_set_thread_name(inp->dlth_thread, thread_name);
|
| /xnu-12377.81.4/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-12377.81.4/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
|
| H A D | IOService.cpp | 710 thread_set_thread_name(gIOTerminateWorkerThread, "IOServiceTerminateThread"); in initialize() 5305 thread_set_thread_name(thread, threadName); in configThread() 6736 thread_set_thread_name(current_thread(), newName); in waitForMatchingServiceWithToken() 6781 thread_set_thread_name(current_thread(), currentName); in waitForMatchingServiceWithToken()
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 508 thread_set_thread_name(thread, "VM_swapout"); in vm_compressor_swap_init() 516 thread_set_thread_name(thread, "VM_swapfile_create"); in vm_compressor_swap_init() 523 thread_set_thread_name(thread, "VM_swapfile_gc"); in vm_compressor_swap_init()
|
| H A D | vm_pageout.c | 4863 thread_set_thread_name(current_thread(), "VM_compressor"); 5145 thread_set_thread_name(current_thread(), "VM_pressure"); 5367 thread_set_thread_name(thread, "VM_pageout_garbage_collect"); 5439 thread_set_thread_name(current_thread(), "VM_pageout_scan"); 5558 thread_set_thread_name(ethr->pgo_iothread, "VM_pageout_external_iothread");
|
| H A D | vm_reclaim.c | 1975 thread_set_thread_name(current_thread(), "VM_reclaim_scavenger"); in vm_reclaim_scavenger_thread_init()
|
| H A D | vm_mteinfo.c | 3225 thread_set_thread_name(vm_mte_fill_thread, "VM_mte_fill"); in mteinfo_init_fill_thread()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | dlil_input.c | 1131 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_input_thread_func() 1475 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_rxpoll_input_thread_func()
|
| /xnu-12377.81.4/osfmk/tests/ |
| H A D | pmap_tests.c | 427 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
|
| /xnu-12377.81.4/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1303 thread_set_thread_name(current_thread(), tname); in netem_output_thread_func()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 477 thread_set_thread_name(fsw->fsw_reap_thread, in fsw_setup_ifp() 582 thread_set_thread_name(fsw->fsw_reap_thread, reap_name); in fsw_teardown_ifp()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | tracker.c | 1061 thread_set_thread_name(current_thread(), "TRACKER_GC"); in tracker_gc_thread_func()
|
| H A D | socket_flows.c | 1375 thread_set_thread_name(current_thread(), "SOFLOW_GC"); in soflow_gc_thread_func()
|
| /xnu-12377.81.4/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2792 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()
|