Home
last modified time | relevance | path

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

/freebsd/include/
H A Dpthread_np.h50 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.map332 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 DMakefile518 PTHREAD_MLINKS+=pthread_set_name_np.3 pthread_get_name_np.3 \
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc241 ::pthread_get_name_np(::pthread_self(), buf, len);