Home
last modified time | relevance | path

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

12

/xnu-11215/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 Dstartup.c591 thread_set_thread_name(thread, "kernel_bootstrap_thread"); in kernel_bootstrap()
H A Dexclaves_inspection.c472 thread_set_thread_name(exclaves_collection_thread, "exclaves-stackshot"); in exclaves_inspection_init()
H A Dmach_node.c804 thread_set_thread_name(current_thread(), "MNL_Link"); in mnl_msg_to_node()
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.h1955 extern void thread_set_thread_name(thread_t th, const char* name);
H A Dsched_prim.c6969 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 Dpet.c207 thread_set_thread_name(kppet.g_sample_thread, "kperf-pet-sampling"); in kppet_setup()
/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp251 thread_set_thread_name(thread, "cpu_boot_thread"); in IOCPUInitialize()
/xnu-11215/doc/primitives/
H A Dstring-handling.md175 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 DIOWorkLoop.cpp306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
H A DIOService.cpp700 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 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-11215/osfmk/vm/
H A Dvm_compressor_backing_store.c488 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 Dvm_reclaim.c1405 thread_set_thread_name(current_thread(), "VM_reclaim"); in reclaim_thread_init()
H A Dvm_pageout.c4628 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 Dpmap_tests.c392 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
/xnu-11215/bsd/net/pktsched/
H A Dpktsched_netem.c1303 thread_set_thread_name(current_thread(), tname); in netem_output_thread_func()
/xnu-11215/bsd/kern/
H A Dtracker.c1033 thread_set_thread_name(current_thread(), "TRACKER_GC"); in tracker_gc_thread_func()
H A Dsocket_flows.c1354 thread_set_thread_name(current_thread(), "SOFLOW_GC"); in soflow_gc_thread_func()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c474 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 Dfsw_dp.c2290 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 Dfasttrap.c2792 thread_set_thread_name(fasttrap_cleanup_thread, "dtrace_fasttrap_cleanup_thread"); in fasttrap_init()

12