Home
last modified time | relevance | path

Searched refs:pthread_setname_np (Results 1 – 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/util/
Du_thread.h133 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/
Dthread.cc75 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/
DSDL_systhread.c142 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/
Dthd_posix.cc117 pthread_setname_np(arg.name); in ThreadInternalsPosix()
125 pthread_setname_np(pthread_self(), buf); in ThreadInternalsPosix()
/third_party/pulseaudio/src/pulsecore/
Dthread-posix.c73 pthread_setname_np(t->name); in internal_thread_func()
186 pthread_setname_np(name); in pa_thread_set_name()
/third_party/musl/src/thread/
Dpthread_setname_np.c9 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h64 #define pthread_setname_np b_pthread_setname_np macro
Dusr_lib_ops.h66 int (*pthread_setname_np)(pthread_t thread, const char *name); member
Dpthread.h220 int pthread_setname_np(pthread_t, const char *);
/third_party/musl/libc-test/src/functional/
Dpthread_getname_np.c36 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/
DThreading.inc158 ::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/
DWelsThreadLib.cpp252 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/
Dlos_usr_libc.c171 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/
Ddarwin-proctitle.c44 err = pthread_setname_np(namebuf); in uv__pthread_setname_np()
/third_party/glib/glib/
Dgthread-posix.c1391 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/
Dthread.cpp422 pthread_setname_np(name); in setName()
426 pthread_setname_np(pthread_self(), name); in setName()
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dactor_threadpool.cc35 (void)pthread_setname_np(pthread_self(), ("ActorThread_" + std::to_string(index++)).c_str()); in RunWithSpin()
/third_party/libusb/libusb/os/
Dlinux_udev.c175 r = pthread_setname_np(pthread_self(), "libusb_event"); in linux_udev_event_thread_main()
/third_party/musl/include/
Dpthread.h220 int pthread_setname_np(pthread_t, const char *);
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp110 pthread_setname_np(pthread_self(), pThreadName); in SetCurrentThreadName()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c87 pthread_setname_np(name); in sctp_userspace_set_threadname()
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h224 int pthread_setname_np(pthread_t, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h224 int pthread_setname_np(pthread_t, const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h224 int pthread_setname_np(pthread_t, const char *);
/third_party/musl/ndk_musl_include/
Dpthread.h379 int pthread_setname_np(pthread_t, const char *);

123