Searched refs:pthread_setname_np (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_name.c60 PTHREAD_REQUIRE(pthread_setname_np(self, non_const_name, NULL));
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_info.c59 __weak_reference(_pthread_setname_np, pthread_setname_np);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h195 #define pthread_setname_np _pthread_setname_np macro
H A Dun-namespace.h176 #undef pthread_setname_np macro
/freebsd-13-stable/include/
H A Dpthread.h306 int pthread_setname_np(pthread_t, const char *);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c382 pthread_setname_np(g_mon_tid, "udev monitor");
H A Dzed_exec.c335 pthread_setname_np(_reap_children_tid, "reap ZEDLETs");
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dt_threads.c300 (pthread_setname_np(threads[i], "test_%d", (void*)i));
381 (pthread_setname_np(threads[i], "test_%d", (void*)i));
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c395 pthread_setname_np(g_agents_tid, "agents");
H A Dzfs_mod.c921 pthread_setname_np(g_zfs_tid, "enum-pools");
/freebsd-13-stable/share/man/man3/
H A DMakefile497 pthread_set_name_np.3 pthread_setname_np.3
/freebsd-13-stable/contrib/jemalloc/src/
H A Dbackground_thread.c510 pthread_setname_np(pthread_self(), "jemalloc_bg_thd");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc67 #define pthread_setname_np pthread_set_name_np
4885 INTERCEPTOR(int, pthread_setname_np, uptr thread, const char *name) {
4887 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setname_np, thread, name);
4890 return REAL(pthread_setname_np)(thread, name);
4892 #define INIT_PTHREAD_SETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_setname_np);
4894 INTERCEPTOR(int, pthread_setname_np, uptr thread, const char *name, void *arg) {
4897 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setname_np, thread, name, arg);
4901 return REAL(pthread_setname_np)(thread, name, arg);
4903 #define INIT_PTHREAD_SETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_setname_np);

Completed in 138 milliseconds