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

1 2 3 4

  /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
posix_timers.cpp 181 pthread_setname_np(timer->callback_thread, name);
  /hardware/qcom/gps/msm8960/core/
MsgTask.cpp 85 pthread_setname_np(tid, lname);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 537 pthread_setname_np(poll_cb->pid, "CAM_poll");
539 pthread_setname_np(poll_cb->pid, poll_cb->threadName);
642 pthread_setname_np(cmd_thread->cmd_pid, "CAM_launch");
644 pthread_setname_np(cmd_thread->cmd_pid, cmd_thread->threadName);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 537 pthread_setname_np(poll_cb->pid, "CAM_poll");
539 pthread_setname_np(poll_cb->pid, poll_cb->threadName);
642 pthread_setname_np(cmd_thread->cmd_pid, "CAM_launch");
644 pthread_setname_np(cmd_thread->cmd_pid, cmd_thread->threadName);
  /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/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());
  /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/webrtc/webrtc/base/
platform_thread.cc 75 pthread_setname_np(name);
  /hardware/qcom/camera/QCamera2/util/
QCameraDisplay.cpp 139 pthread_setname_np(mVsyncThreadCameraHandle, "CAM_Vsync_Thread");
  /hardware/qcom/gps/msm8909/utils/
LocThread.cpp 91 pthread_setname_np(mThandle, lname);
  /hardware/qcom/gps/msm8996/utils/
LocThread.cpp 91 pthread_setname_np(mThandle, lname);
  /bionic/libc/include/
pthread.h 248 int pthread_setname_np(pthread_t, const char*) __nonnull((2));
  /development/ndk/platforms/android-21/include/
pthread.h 233 int pthread_setname_np(pthread_t, const char*) __nonnull((2));
  /development/ndk/platforms/android-9/include/
pthread.h 277 int pthread_setname_np(pthread_t thid, const char *thname);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pthread.h 277 int pthread_setname_np(pthread_t thid, const char *thname);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
pthread.h 277 int pthread_setname_np(pthread_t thid, const char *thname);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
pthread.h 277 int pthread_setname_np(pthread_t thid, const char *thname);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
pthread.h 277 int pthread_setname_np(pthread_t thid, const char *thname);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
pthread.h 277 int pthread_setname_np(pthread_t thid, const char *thname);

Completed in 1479 milliseconds

1 2 3 4