| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilLinux.cpp | 45 (void)pthread_setname_np(thread.native_handle(), name.c_str()); in SetThreadName() 47 (void)pthread_setname_np(thread.native_handle(), "%s", const_cast<char *>(name.c_str())); in SetThreadName()
|
| /src/sys/contrib/openzfs/lib/libspl/ |
| H A D | thread.c | 115 pthread_setname_np(tid, name); in zk_thread_create()
|
| /src/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_name.c | 60 PTHREAD_REQUIRE(pthread_setname_np(self, non_const_name, NULL)); in threadfunc()
|
| /src/lib/libthr/thread/ |
| H A D | thr_info.c | 56 __weak_reference(_pthread_setname_np, pthread_setname_np);
|
| /src/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 180 ::pthread_setname_np(::pthread_self(), NameStr.data()); 186 ::pthread_setname_np(::pthread_self(), "%s", 189 ::pthread_setname_np(NameStr.data());
|
| /src/contrib/netbsd-tests/lib/libpthread_dbg/ |
| H A D | t_threads.c | 300 (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()
|
| /src/lib/libthr/ |
| H A D | pthread.map | 337 pthread_setname_np;
|
| /src/tools/tools/nvmf/nvmfd/ |
| H A D | io.c | 282 pthread_setname_np(pthread_self(), "admin queue"); in handle_admin_qpair() 457 pthread_setname_np(pthread_self(), name); in handle_io_qpair()
|
| /src/lib/libc/include/ |
| H A D | un-namespace.h | 174 #undef pthread_setname_np
|
| H A D | namespace.h | 193 #define pthread_setname_np _pthread_setname_np macro
|
| /src/include/ |
| H A D | pthread.h | 307 int pthread_setname_np(pthread_t, const char *);
|
| /src/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed_disk_event.c | 436 pthread_setname_np(g_mon_tid, "udev monitor"); in zed_disk_event_init()
|
| H A D | zed_exec.c | 395 pthread_setname_np(_reap_children_tid, "reap ZEDLETs"); in zed_exec_process()
|
| /src/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 425 pthread_setname_np(g_agents_tid, "agents"); in zfs_agent_init()
|
| H A D | zfs_mod.c | 1334 pthread_setname_np(g_zfs_tid, "enum-pools"); in zfs_slm_init()
|
| /src/share/man/man3/ |
| H A D | Makefile | 534 pthread_set_name_np.3 pthread_setname_np.3
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 85 /* Defined if pthread_setname_np(3) is available. */
|
| /src/contrib/jemalloc/src/ |
| H A D | background_thread.c | 432 pthread_setname_np(pthread_self(), "jemalloc_bg_thd");
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 378 fun:pthread_setname_np=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2646 fun:pthread_setname_np=uninstrumented
|
| /src/contrib/jemalloc/ |
| H A D | configure.ac | 1834 dnl Check if pthread_setname_np is available with the expected API. 1835 JE_COMPILABLE([pthread_setname_np(3)], [ 1838 pthread_setname_np(pthread_self(), "setname_test"); 1844 dnl the pthread_setname_np counterpart
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 62 #define pthread_setname_np pthread_set_name_np 5079 INTERCEPTOR(int, pthread_setname_np, uptr thread, const char *name) { 5081 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setname_np, thread, name); 5084 return REAL(pthread_setname_np)(thread, name); 5086 #define INIT_PTHREAD_SETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_setname_np); 5088 INTERCEPTOR(int, pthread_setname_np, uptr thread, const char *name, void *arg) { 5091 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setname_np, thread, name, arg); 5095 return REAL(pthread_setname_np)(thread, name, arg); 5097 #define INIT_PTHREAD_SETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_setname_np);
|
| /src/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 2171 … <function-decl name='pthread_setname_np' visibility='default' binding='global' size-in-bits='64'>
|
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 2033 … <function-decl name='pthread_setname_np' visibility='default' binding='global' size-in-bits='64'>
|