Home
last modified time | relevance | path

Searched refs:pthread_set_name_np (Results 1 – 21 of 21) sorted by relevance

/freebsd-13-stable/share/man/man3/
HDMakefile447 pthread_set_name_np.3 \
513 PTHREAD_MLINKS+=pthread_set_name_np.3 pthread_get_name_np.3 \
514 pthread_set_name_np.3 pthread_getname_np.3 \
515 pthread_set_name_np.3 pthread_setname_np.3
/freebsd-13-stable/include/
HDpthread_np.h65 void pthread_set_name_np(pthread_t, const char *);
/freebsd-13-stable/contrib/lib9p/
HDthreadpool.c201 pthread_set_name_np(worker->ltw_thread, "9p-responder"); in l9p_threadpool_init()
204 pthread_set_name_np(worker->ltw_thread, threadname); in l9p_threadpool_init()
/freebsd-13-stable/lib/libthr/thread/
HDthr_info.c99 __weak_reference(_pthread_set_name_np, pthread_set_name_np);
/freebsd-13-stable/lib/libthr/
HDpthread.map103 pthread_set_name_np;
/freebsd-13-stable/lib/libc/include/
HDnamespace.h188 #define pthread_set_name_np _pthread_set_name_np macro
HDun-namespace.h169 #undef pthread_set_name_np
/freebsd-13-stable/usr.sbin/bhyve/
HDmevent.c478 pthread_set_name_np(mevent_tid, "mevent"); in mevent_set_name()
HDrfb.c1038 pthread_set_name_np(tid, "rfbout"); in rfb_handle()
1213 pthread_set_name_np(rc->tid, "rfb"); in rfb_init()
HDpci_virtio_net.c671 pthread_set_name_np(sc->tx_tid, tname); in pci_vtnet_init()
HDhda_codec.c914 pthread_set_name_np(actx->tid, tname); in hda_audio_ctxt_init()
HDpci_virtio_scsi.c670 pthread_set_name_np(worker->vsw_thread, tname); in pci_vtscsi_init_queue()
HDblock_if.c654 pthread_set_name_np(bc->bc_btid[i], tname); in blockif_open()
HDbhyverun.c528 pthread_set_name_np(mtp->mt_thr, tname); in fbsdrun_start_thread()
HDsnapshot.c1456 pthread_set_name_np(pthread_self(), "checkpoint thread"); in checkpoint_thread()
HDpci_e82545.c2326 pthread_set_name_np(sc->esc_tx_tid, nstr); in e82545_init()
HDpci_nvme.c894 pthread_set_name_np(sc->aen_tid, nstr); in pci_nvme_aen_init()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDThreading.inc33 #include <pthread_np.h> // For pthread_getthreadid_np() / pthread_set_name_np()
184 ::pthread_set_name_np(::pthread_self(), NameStr.data());
/freebsd-13-stable/contrib/jemalloc/src/
HDbackground_thread.c512 pthread_set_name_np(pthread_self(), "jemalloc_bg_thd");
/freebsd-13-stable/contrib/jemalloc/
HDChangeLog72 - Make use of pthread_set_name_np(3) on FreeBSD. (@trasz)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc62 #define pthread_setname_np pthread_set_name_np