Searched refs:pthread_set_name_np (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/include/
H A Dpthread_np.h67 void pthread_set_name_np(pthread_t, const char *);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_info.c102 __weak_reference(_pthread_set_name_np, pthread_set_name_np);
/freebsd-13-stable/contrib/lib9p/
H A Dthreadpool.c201 pthread_set_name_np(worker->ltw_thread, "9p-responder");
204 pthread_set_name_np(worker->ltw_thread, threadname);
/freebsd-13-stable/share/man/man3/
H A DMakefile431 pthread_set_name_np.3 \
495 PTHREAD_MLINKS+=pthread_set_name_np.3 pthread_get_name_np.3 \
496 pthread_set_name_np.3 pthread_getname_np.3 \
497 pthread_set_name_np.3 pthread_setname_np.3
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h190 #define pthread_set_name_np _pthread_set_name_np macro
H A Dun-namespace.h171 #undef pthread_set_name_np macro
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmevent.c411 pthread_set_name_np(mevent_tid, "mevent");
H A Drfb.c971 pthread_set_name_np(tid, "rfbout");
1140 pthread_set_name_np(rc->tid, "rfb");
H A Dpci_virtio_net.c708 pthread_set_name_np(sc->tx_tid, tname);
H A Dpci_virtio_scsi.c660 pthread_set_name_np(worker->vsw_thread, tname);
H A Dbhyverun.c455 pthread_set_name_np(mtp->mt_thr, tname);
H A Dblock_if.c611 pthread_set_name_np(bc->bc_btid[i], tname);
H A Dhda_codec.c917 pthread_set_name_np(actx->tid, tname);
H A Dsnapshot.c1491 pthread_set_name_np(pthread_self(), "checkpoint thread");
H A Dpci_e82545.c2303 pthread_set_name_np(sc->esc_tx_tid, nstr);
/freebsd-13-stable/contrib/jemalloc/src/
H A Dbackground_thread.c512 pthread_set_name_np(pthread_self(), "jemalloc_bg_thd");

Completed in 168 milliseconds