Home
last modified time | relevance | path

Searched refs:pthread_set_name_np (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc26 #include <pthread_np.h> // For pthread_getthreadid_np() / pthread_set_name_np()
162 ::pthread_set_name_np(::pthread_self(), NameStr.data());
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c93 pthread_set_name_np(pthread_self(), name); in sctp_userspace_set_threadname()
/third_party/mesa3d/src/util/
Du_thread.h144 pthread_set_name_np(pthread_self(), name); in u_thread_setname()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h188 #define pthread_set_name_np _pthread_set_name_np macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dthread.cpp424 pthread_set_name_np(pthread_self(), name); in setName()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1137 pthread_set_name_np
Ddragonfly.txt1434 pthread_set_name_np
Dfreebsd.txt1824 pthread_set_name_np
/third_party/node/deps/v8/src/base/platform/
Dplatform-posix.cc1016 pthread_set_name_np(pthread_self(), name); in SetThreadName()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1800 pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char); in pthread_set_name_np() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1618 pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char); in pthread_set_name_np() function