HomeSort by relevance Sort by last modified time
    Searched defs:pthread_setname_np (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/tsan/
thread_name.cc 9 #define pthread_setname_np pthread_set_name_np macro
27 pthread_setname_np(pthread_self(), "Thread2");
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");
  /bionic/libc/bionic/
pthread_setname_np.cpp 82 int pthread_setname_np(pthread_t t, const char* thread_name) { function

Completed in 168 milliseconds