HomeSort by relevance Sort by last modified time
    Searched full:pthread_setname_np (Results 1 - 25 of 375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
thread_name2.cc 4 // OS X doesn't have pthread_setname_np(tid, name).
9 #define pthread_setname_np pthread_set_name_np macro
21 pthread_setname_np(pthread_self(), "foobar2");
32 pthread_setname_np(t[0], "foobar1");
thread_name.cc 9 #define pthread_setname_np pthread_set_name_np macro
27 pthread_setname_np(pthread_self(), "Thread2");
  /external/valgrind/memcheck/tests/
threadname.c 30 pthread_setname_np(pthread_self(), threadname);
32 pthread_setname_np(threadname);
46 pthread_setname_np(pthread_self(), threadname);
48 pthread_setname_np(threadname);
  /bionic/libc/bionic/
pthread_setname_np.cpp 46 int pthread_setname_np(pthread_t t, const char* thread_name) { function
  /system/core/debuggerd/
signal_sender.cpp 50 // pthread_setname_np has a maximum length of 16 chars, including null terminator.
52 pthread_setname_np(pthread_self(), short_process_name);
  /external/libchrome/base/threading/
platform_thread_linux.cc 94 // Note that glibc also has a 'pthread_setname_np' api, but it may not be
  /hardware/qcom/gps/core/
MsgTask.cpp 100 pthread_setname_np(tid, lname);
  /hardware/qcom/gps/msm8084/core/
MsgTask.cpp 100 pthread_setname_np(tid, lname);
  /hardware/qcom/gps/msm8960/core/
MsgTask.cpp 85 pthread_setname_np(tid, lname);
  /hardware/qcom/gps/msm8994/core/
MsgTask.cpp 100 pthread_setname_np(tid, lname);
  /libcore/luni/src/test/native/
libcore_java_lang_ThreadTest.cpp 31 pthread_setname_np(pthread_self(), native_thread_name.c_str());
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 534 pthread_setname_np
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 517 pthread_setname_np
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 514 pthread_setname_np
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 534 pthread_setname_np
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 517 pthread_setname_np
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 514 pthread_setname_np
  /development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt 535 pthread_setname_np
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 518 pthread_setname_np
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 515 pthread_setname_np
  /development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt 535 pthread_setname_np
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 518 pthread_setname_np
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 515 pthread_setname_np
  /development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt 535 pthread_setname_np
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 518 pthread_setname_np

Completed in 865 milliseconds

1 2 3 4 5 6 7 8 91011>>