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

  /bionic/libc/include/
pthread.h 269 int pthread_setname_np(pthread_t thid, const char *thname);
  /development/ndk/platforms/android-9/include/
pthread.h 271 int pthread_setname_np(pthread_t thid, const char *thname);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 191 #if HAVE(PTHREAD_SETNAME_NP)
192 pthread_setname_np(threadName);
FastMalloc.cpp     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 271 int pthread_setname_np(pthread_t thid, const char *thname);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 271 int pthread_setname_np(pthread_t thid, const char *thname);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 271 int pthread_setname_np(pthread_t thid, const char *thname);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 728 pthread_setname_np(pthread_self(), "reader");
    [all...]
  /bionic/libc/bionic/
pthread.c 1922 int pthread_setname_np(pthread_t thid, const char *thname) function
    [all...]
  /dalvik/vm/
Thread.cpp     [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 789 pthread_setname_np(pthread_self(), "message");
    [all...]

Completed in 474 milliseconds