Home
last modified time | relevance | path

Searched refs:pthread_get_name_np (Results 1 – 9 of 9) sorted by relevance

/freebsd/include/
H A Dpthread_np.h45 void pthread_get_name_np(pthread_t, char *, size_t);
/freebsd/lib/libthr/thread/
H A Dthr_info.c146 __weak_reference(_pthread_get_name_np, pthread_get_name_np);
/freebsd/lib/libthr/
H A Dpthread.map331 pthread_get_name_np;
/freebsd/lib/libc/include/
H A Dnamespace.h135 #define pthread_get_name_np _pthread_get_name_np macro
H A Dun-namespace.h116 #undef pthread_get_name_np
/freebsd/share/man/man3/
H A DMakefile532 PTHREAD_MLINKS+=pthread_set_name_np.3 pthread_get_name_np.3 \
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in91 /* Defined if pthread_get_name_np(3) is available. */
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc258 ::pthread_get_name_np(::pthread_self(), buf, len);
/freebsd/contrib/jemalloc/
H A Dconfigure.ac1858 dnl Check if pthread_get_name_np is not necessarily present despite
1860 JE_COMPILABLE([pthread_get_name_np(3)], [
1867 pthread_get_name_np(pthread_self(), name, 16);