Home
last modified time | relevance | path

Searched refs:thread_set_thread_name (Results 1 – 25 of 35) sorted by relevance

12

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_panic.c345 thread_set_thread_name(thread, "EXCLAVES_PANIC_WAIT_THREAD"); in exclaves_panic_thread_setup()
H A Dmpsc_queue.c180 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()
H A Dexclaves_inspection.c472 thread_set_thread_name(exclaves_collection_thread, "exclaves-stackshot"); in exclaves_inspection_init()
H A Dstartup.c669 thread_set_thread_name(thread, "kernel_bootstrap_thread"); in kernel_bootstrap()
H A Dthread_call.c516 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 Dthread.h1997 extern void thread_set_thread_name(thread_t th, const char* name);
H A Dsched_prim.c6537 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 DAppleARMSMP.cpp251 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
/xnu-12377.81.4/osfmk/kperf/
H A Dpet.c238 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
/xnu-12377.81.4/doc/primitives/
H A Dstring-handling.md182 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 Dnx_netif_poll.c504 thread_set_thread_name(ifp->if_poll_thread, thread_name); in netif_rxpoll_compat_thread_func()
H A Dnx_netif_mit.c511 thread_set_thread_name(current_thread(), in nx_netif_mit_thread_func()
/xnu-12377.81.4/iokit/Kernel/
H A DIOWorkLoop.cpp306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
H A DIOService.cpp710 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 Dvm_compressor_backing_store.c508 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 Dvm_pageout.c4863 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 Dvm_reclaim.c1975 thread_set_thread_name(current_thread(), "VM_reclaim_scavenger"); in vm_reclaim_scavenger_thread_init()
H A Dvm_mteinfo.c3225 thread_set_thread_name(vm_mte_fill_thread, "VM_mte_fill"); in mteinfo_init_fill_thread()
/xnu-12377.81.4/bsd/net/
H A Ddlil_input.c1131 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 Dpmap_tests.c427 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
/xnu-12377.81.4/bsd/net/pktsched/
H A Dpktsched_netem.c1303 thread_set_thread_name(current_thread(), tname); in netem_output_thread_func()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c477 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 Dtracker.c1061 thread_set_thread_name(current_thread(), "TRACKER_GC"); in tracker_gc_thread_func()
H A Dsocket_flows.c1375 thread_set_thread_name(current_thread(), "SOFLOW_GC"); in soflow_gc_thread_func()
/xnu-12377.81.4/bsd/dev/dtrace/
H A Dfasttrap.c2792 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()

12