| /xnu-11417.101.15/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 | 648 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 | 1975 extern void thread_set_thread_name(thread_t th, const char* name);
|
| /xnu-11417.101.15/osfmk/kperf/ |
| H A D | pet.c | 238 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
|
| /xnu-11417.101.15/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 251 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
|
| /xnu-11417.101.15/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-11417.101.15/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() 5177 thread_set_thread_name(thread, threadName); in configThread() 6611 thread_set_thread_name(current_thread(), newName); in waitForMatchingServiceWithToken() 6656 thread_set_thread_name(current_thread(), currentName); in waitForMatchingServiceWithToken()
|
| /xnu-11417.101.15/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-11417.101.15/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_pageout.c | 4626 thread_set_thread_name(current_thread(), "VM_compressor"); 4908 thread_set_thread_name(current_thread(), "VM_pressure"); 5129 thread_set_thread_name(thread, "VM_pageout_garbage_collect"); 5198 thread_set_thread_name(current_thread(), "VM_pageout_scan"); 5313 thread_set_thread_name(ethr->pgo_iothread, "VM_pageout_external_iothread");
|
| H A D | vm_reclaim.c | 1881 thread_set_thread_name(current_thread(), "VM_reclaim_scavenger");
|
| /xnu-11417.101.15/osfmk/tests/ |
| H A D | pmap_tests.c | 392 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | dlil_input.c | 1127 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_input_thread_func() 1465 thread_set_thread_name(inp->dlth_thread, thread_name); in dlil_rxpoll_input_thread_func()
|
| /xnu-11417.101.15/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-11417.101.15/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1303 thread_set_thread_name(current_thread(), tname); in netem_output_thread_func()
|
| /xnu-11417.101.15/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 | 2289 thread_set_thread_name(frt->frt_thread, tname); in fsw_rps_thread_func() 4479 thread_set_thread_name(current_thread(), in fsw_reap_thread_func()
|
| /xnu-11417.101.15/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2792 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()
|