Searched refs:pthread_set_name_np (Results 1 – 21 of 21) sorted by relevance
| /freebsd-13-stable/share/man/man3/ |
| HD | Makefile | 447 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/ |
| HD | pthread_np.h | 65 void pthread_set_name_np(pthread_t, const char *);
|
| /freebsd-13-stable/contrib/lib9p/ |
| HD | threadpool.c | 201 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/ |
| HD | thr_info.c | 99 __weak_reference(_pthread_set_name_np, pthread_set_name_np);
|
| /freebsd-13-stable/lib/libthr/ |
| HD | pthread.map | 103 pthread_set_name_np;
|
| /freebsd-13-stable/lib/libc/include/ |
| HD | namespace.h | 188 #define pthread_set_name_np _pthread_set_name_np macro
|
| HD | un-namespace.h | 169 #undef pthread_set_name_np
|
| /freebsd-13-stable/usr.sbin/bhyve/ |
| HD | mevent.c | 478 pthread_set_name_np(mevent_tid, "mevent"); in mevent_set_name()
|
| HD | rfb.c | 1038 pthread_set_name_np(tid, "rfbout"); in rfb_handle() 1213 pthread_set_name_np(rc->tid, "rfb"); in rfb_init()
|
| HD | pci_virtio_net.c | 671 pthread_set_name_np(sc->tx_tid, tname); in pci_vtnet_init()
|
| HD | hda_codec.c | 914 pthread_set_name_np(actx->tid, tname); in hda_audio_ctxt_init()
|
| HD | pci_virtio_scsi.c | 670 pthread_set_name_np(worker->vsw_thread, tname); in pci_vtscsi_init_queue()
|
| HD | block_if.c | 654 pthread_set_name_np(bc->bc_btid[i], tname); in blockif_open()
|
| HD | bhyverun.c | 528 pthread_set_name_np(mtp->mt_thr, tname); in fbsdrun_start_thread()
|
| HD | snapshot.c | 1456 pthread_set_name_np(pthread_self(), "checkpoint thread"); in checkpoint_thread()
|
| HD | pci_e82545.c | 2326 pthread_set_name_np(sc->esc_tx_tid, nstr); in e82545_init()
|
| HD | pci_nvme.c | 894 pthread_set_name_np(sc->aen_tid, nstr); in pci_nvme_aen_init()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| HD | Threading.inc | 33 #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/ |
| HD | background_thread.c | 512 pthread_set_name_np(pthread_self(), "jemalloc_bg_thd");
|
| /freebsd-13-stable/contrib/jemalloc/ |
| HD | ChangeLog | 72 - Make use of pthread_set_name_np(3) on FreeBSD. (@trasz)
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 62 #define pthread_setname_np pthread_set_name_np
|