/third_party/mesa3d/src/util/ |
D | u_thread.h | 135 int ret = pthread_setname_np(pthread_self(), name); in u_thread_setname() 141 pthread_setname_np(pthread_self(), buf); in u_thread_setname() 146 pthread_setname_np(pthread_self(), "%s", (void *)name); in u_thread_setname() 148 pthread_setname_np(name); in u_thread_setname() 152 #warning Not sure how to call pthread_setname_np in u_thread_setname()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_pthrd_test.cpp | 43 EXPECT_EQ(0, pthread_setname_np(pthread_self(), "shortname")); in PthreadNameNp() 48 EXPECT_EQ(0, pthread_setname_np(pthread_self(), "uselongnametest")); in PthreadNameNp() 52 EXPECT_EQ(ERANGE, pthread_setname_np(pthread_self(), "namecannotoversixth")); in PthreadNameNp() 100 EXPECT_DEATH(pthread_setname_np(deadThread, "short name"), ".*"); 111 EXPECT_DEATH(pthread_setname_np(nullThread, "short name"), ".*");
|
/third_party/pulseaudio/src/pulsecore/ |
D | thread-posix.c | 73 pthread_setname_np(t->name); in internal_thread_func() 186 pthread_setname_np(name); in pa_thread_set_name()
|
/third_party/musl/src/thread/ |
D | pthread_setname_np.c | 9 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 64 #define pthread_setname_np b_pthread_setname_np macro
|
D | usr_lib_ops.h | 66 int (*pthread_setname_np)(pthread_t thread, const char *name); member
|
D | pthread.h | 220 int pthread_setname_np(pthread_t, const char *);
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_getname_np.c | 39 rc = pthread_setname_np(thread, (argc > 1) ? argv[1] : set_thread_name); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Threading.inc | 158 ::pthread_setname_np(::pthread_self(), NameStr.data()); 164 ::pthread_setname_np(::pthread_self(), "%s", 167 ::pthread_setname_np(NameStr.data());
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 171 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function 173 return g_usrLibc->pthread_setname_np(thread, name); in pthread_setname_np()
|
/third_party/openh264/codec/common/src/ |
D | WelsThreadLib.cpp | 254 pthread_setname_np (thread_name); in WelsThreadSetName() 257 pthread_setname_np (pthread_self(), thread_name); in WelsThreadSetName()
|
/third_party/libuv/src/unix/ |
D | darwin-proctitle.c | 44 err = pthread_setname_np(namebuf); in uv__pthread_setname_np()
|
/third_party/node/deps/uv/src/unix/ |
D | darwin-proctitle.c | 44 err = pthread_setname_np(namebuf); in uv__pthread_setname_np()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | thread.cpp | 422 pthread_setname_np(name); in setName() 426 pthread_setname_np(pthread_self(), name); in setName()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 227 int pthread_setname_np(pthread_t, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 227 int pthread_setname_np(pthread_t, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 227 int pthread_setname_np(pthread_t, const char *);
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 193 #define pthread_setname_np _pthread_setname_np macro
|
/third_party/musl/include/ |
D | pthread.h | 374 int pthread_setname_np(pthread_t, const char *);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 385 int pthread_setname_np(pthread_t, const char *);
|
/third_party/skia/third_party/externals/microhttpd/ |
D | configure.ac | 342 # Check for pthread_setname_np() 347 AC_MSG_CHECKING([[for pthread_setname_np]]) 349 [AC_LANG_PROGRAM([[#include <pthread.h>]], [[ pthread_setname_np(pthread_self(), "name")]])], 350 … [AC_DEFINE([[HAVE_PTHREAD_SETNAME_NP]], [[1]], [Define if you have pthread_setname_np function.])
|
D | MHD_config.h.in | 146 /* Define if you have pthread_setname_np function. */
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 272 int pthread_setname_np(pthread_t, const char *);
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.2.2.rst | 56 - util: Solaris has linux-style pthread_setname_np
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 2607 (void) pthread_setname_np (pthread_self(), "mhd-buildid-after-you"); in handler_cb() 2619 (void) pthread_setname_np (pthread_self(), "mhd-buildid"); in handler_cb() 4352 (void) pthread_setname_np (pt, "groom"); in main() 4363 (void) pthread_setname_np (pt, "traverse"); in main() 4373 (void) pthread_setname_np (pt, "scan"); in main()
|