Home
last modified time | relevance | path

Searched refs:pthread_setname_np (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_name.c60 PTHREAD_REQUIRE(pthread_setname_np(self, non_const_name, NULL)); in threadfunc()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_info.c59 __weak_reference(_pthread_setname_np, pthread_setname_np);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc175 ::pthread_setname_np(::pthread_self(), NameStr.data());
181 ::pthread_setname_np(::pthread_self(), "%s",
184 ::pthread_setname_np(NameStr.data());
/freebsd-13.1/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dt_threads.c300 (pthread_setname_np(threads[i], "test_%d", (void*)i)); in ATF_TC_BODY()
381 (pthread_setname_np(threads[i], "test_%d", (void*)i)); in ATF_TC_BODY()
/freebsd-13.1/lib/libthr/
H A Dpthread.map336 pthread_setname_np;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h195 #define pthread_setname_np _pthread_setname_np macro
H A Dun-namespace.h176 #undef pthread_setname_np
/freebsd-13.1/include/
H A Dpthread.h306 int pthread_setname_np(pthread_t, const char *);
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c395 pthread_setname_np(g_agents_tid, "agents"); in zfs_agent_init()
H A Dzfs_mod.c1096 pthread_setname_np(g_zfs_tid, "enum-pools"); in zfs_slm_init()
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c394 pthread_setname_np(g_mon_tid, "udev monitor"); in zed_disk_event_init()
H A Dzed_exec.c337 pthread_setname_np(_reap_children_tid, "reap ZEDLETs"); in zed_exec_process()
/freebsd-13.1/share/man/man3/
H A DMakefile500 pthread_set_name_np.3 pthread_setname_np.3
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt347 fun:pthread_setname_np=discard
H A Dlibc_ubuntu1404_abilist.txt2640 fun:pthread_setname_np=uninstrumented
/freebsd-13.1/contrib/jemalloc/src/
H A Dbackground_thread.c510 pthread_setname_np(pthread_self(), "jemalloc_bg_thd");
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc67 #define pthread_setname_np pthread_set_name_np
4966 INTERCEPTOR(int, pthread_setname_np, uptr thread, const char *name) {
4968 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setname_np, thread, name);
4971 return REAL(pthread_setname_np)(thread, name);
4973 #define INIT_PTHREAD_SETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_setname_np);
4975 INTERCEPTOR(int, pthread_setname_np, uptr thread, const char *name, void *arg) {
4978 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setname_np, thread, name, arg);
4982 return REAL(pthread_setname_np)(thread, name, arg);
4984 #define INIT_PTHREAD_SETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_setname_np);