Home
last modified time | relevance | path

Searched refs:pthread_getname_np (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/compiler-rt/test/msan/
Dpthread_getname_np.cpp43 res = pthread_getname_np(t, buf, sizeof(buf)); in main()
/external/perfetto/include/perfetto/ext/base/
Dthread_utils.h65 if (pthread_getname_np(pthread_self(), buf, sizeof(buf)) != 0) in GetThreadName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc213 ::pthread_getname_np(::pthread_self(), buf, len);
226 if (0 == ::pthread_getname_np(::pthread_self(), Buffer, len))
/external/llvm-project/llvm/lib/Support/Unix/
DThreading.inc225 ::pthread_getname_np(::pthread_self(), buf, len);
238 if (0 == ::pthread_getname_np(::pthread_self(), Buffer, len))
/external/tensorflow/tensorflow/core/platform/default/
Denv.cc158 int res = pthread_getname_np(pthread_self(), buf, static_cast<size_t>(100)); in GetCurrentThreadName()
/external/llvm-project/llvm/include/llvm/Config/
Dconfig.h.cmake118 /* Define to 1 if you have the `pthread_getname_np' function. */
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake106 /* Define to 1 if you have the `pthread_getname_np' function. */
/external/llvm-project/llvm/cmake/
Dconfig-ix.cmake295 check_symbol_exists(pthread_getname_np pthread.h HAVE_PTHREAD_GETNAME_NP)
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1498 pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np() function
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3549 pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4974 INTERCEPTOR(int, pthread_getname_np, uptr thread, char *name, SIZE_T len) {
4976 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getname_np, thread, name, len);
4977 int res = REAL(pthread_getname_np)(thread, name, len);
4982 #define INIT_PTHREAD_GETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_getname_np);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2584 fun:pthread_getname_np=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2584 fun:pthread_getname_np=uninstrumented