Searched refs:pthread_setname_np (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_name.c | 60 PTHREAD_REQUIRE(pthread_setname_np(self, non_const_name, NULL)); in threadfunc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Threading.inc | 175 ::pthread_setname_np(::pthread_self(), NameStr.data()); 181 ::pthread_setname_np(::pthread_self(), "%s", 184 ::pthread_setname_np(NameStr.data());
|
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_info.c | 59 __weak_reference(_pthread_setname_np, pthread_setname_np);
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread_dbg/ |
| 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()
|
| /freebsd-12-stable/lib/libthr/ |
| D | pthread.map | 333 pthread_setname_np;
|
| /freebsd-12-stable/lib/libc/include/ |
| D | namespace.h | 195 #define pthread_setname_np _pthread_setname_np macro
|
| D | un-namespace.h | 176 #undef pthread_setname_np
|
| /freebsd-12-stable/include/ |
| D | pthread.h | 306 int pthread_setname_np(pthread_t, const char *);
|
| /freebsd-12-stable/share/man/man3/ |
| D | Makefile | 368 pthread_set_name_np.3 pthread_setname_np.3
|
| /freebsd-12-stable/contrib/jemalloc/src/ |
| D | background_thread.c | 512 pthread_setname_np(pthread_self(), "jemalloc_bg_thd");
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | done_abilist.txt | 347 fun:pthread_setname_np=discard
|
| D | libc_ubuntu1404_abilist.txt | 2640 fun:pthread_setname_np=uninstrumented
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 67 #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);
|