/third_party/mesa3d/src/util/ |
D | u_thread.h | 133 int ret = pthread_setname_np(pthread_self(), name); in u_thread_setname() 139 pthread_setname_np(pthread_self(), buf); in u_thread_setname() 144 pthread_setname_np(pthread_self(), "%s", (void *)name); in u_thread_setname() 146 pthread_setname_np(name); in u_thread_setname() 150 #warning Not sure how to call pthread_setname_np in u_thread_setname()
|
/third_party/flutter/engine/flutter/fml/ |
D | thread.cc | 75 pthread_setname_np(name.c_str()); in SetCurrentThreadName() 77 pthread_setname_np(pthread_self(), name.c_str()); in SetCurrentThreadName()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/ |
D | SDL_systhread.c | 142 pthread_setname_np(pthread_self(), "%s", name); in SDL_SYS_SetupThread() 144 pthread_setname_np(pthread_self(), name); in SDL_SYS_SetupThread()
|
/third_party/grpc/src/core/lib/gprpp/ |
D | thd_posix.cc | 117 pthread_setname_np(arg.name); in ThreadInternalsPosix() 125 pthread_setname_np(pthread_self(), buf); in ThreadInternalsPosix()
|
/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 | 36 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/openh264/codec/common/src/ |
D | WelsThreadLib.cpp | 252 pthread_setname_np (thread_name); in WelsThreadSetName() 255 pthread_setname_np (pthread_self(), thread_name); in WelsThreadSetName()
|
/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/libuv/src/unix/ |
D | darwin-proctitle.c | 44 err = pthread_setname_np(namebuf); in uv__pthread_setname_np()
|
/third_party/glib/glib/ |
D | gthread-posix.c | 1391 pthread_setname_np (name); /* on OS X and iOS */ in g_system_thread_set_name() 1393 pthread_setname_np (pthread_self (), name); /* on Linux and Solaris */ in g_system_thread_set_name() 1395 pthread_setname_np (pthread_self (), "%s", (gchar *) name); /* on NetBSD */ in g_system_thread_set_name()
|
/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/mindspore/mindspore/core/mindrt/src/thread/ |
D | actor_threadpool.cc | 35 (void)pthread_setname_np(pthread_self(), ("ActorThread_" + std::to_string(index++)).c_str()); in RunWithSpin()
|
/third_party/libusb/libusb/os/ |
D | linux_udev.c | 175 r = pthread_setname_np(pthread_self(), "libusb_event"); in linux_udev_event_thread_main()
|
/third_party/musl/include/ |
D | pthread.h | 220 int pthread_setname_np(pthread_t, const char *);
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 110 pthread_setname_np(pthread_self(), pThreadName); in SetCurrentThreadName()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_userspace.c | 87 pthread_setname_np(name); in sctp_userspace_set_threadname()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 224 int pthread_setname_np(pthread_t, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 224 int pthread_setname_np(pthread_t, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 224 int pthread_setname_np(pthread_t, const char *);
|
/third_party/musl/ndk_musl_include/ |
D | pthread.h | 379 int pthread_setname_np(pthread_t, const char *);
|