Searched refs:pthread_setname_np (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | threadname.c | 30 pthread_setname_np(pthread_self(), threadname); in child_fn_2() 32 pthread_setname_np(threadname); in child_fn_2() 46 pthread_setname_np(pthread_self(), threadname); in child_fn_1() 48 pthread_setname_np(threadname); in child_fn_1()
|
/external/compiler-rt/test/tsan/ |
D | thread_name2.cc | 9 #define pthread_setname_np pthread_set_name_np macro 21 pthread_setname_np(pthread_self(), "foobar2"); in Thread2() 32 pthread_setname_np(t[0], "foobar1"); in main()
|
D | thread_name.cc | 9 #define pthread_setname_np pthread_set_name_np macro 27 pthread_setname_np(pthread_self(), "Thread2"); in Thread2()
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 75 pthread_setname_np(name); in SetCurrentThreadName()
|
/external/libmicrohttpd/ |
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. */
|
D | configure | 13865 pthread_setname_np(pthread_self(), "name")
|
/external/libchrome/base/threading/ |
D | platform_thread_mac.mm | 57 pthread_setname_np(shortened_name.c_str());
|
/external/v8/src/base/platform/ |
D | platform-posix.cc | 555 pthread_setname_np(pthread_self(), "%s", name); in SetThreadName()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc.c | 737 pthread_setname_np(pthread_self(), "reader"); in phDal4Nfc_ReaderThread()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 64 #define pthread_setname_np pthread_set_name_np 3899 INTERCEPTOR(int, pthread_setname_np, uptr thread, const char *name) { 3901 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setname_np, thread, name); 3904 return REAL(pthread_setname_np)(thread, name); 3906 #define INIT_PTHREAD_SETNAME_NP COMMON_INTERCEPT_FUNCTION(pthread_setname_np);
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 1294 (void) pthread_setname_np (*thread, "libmicrohttpd"); in create_thread()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2640 fun:pthread_setname_np=uninstrumented
|
/external/valgrind/ |
D | configure.ac | 3570 pthread_setname_np \
|