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

1 2

  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 28 /* this is a small test for pthread_getcpuclockid() and clock_gettime() */
48 e = pthread_getcpuclockid( self, &clock );
50 fprintf(stderr, "pthread_getcpuclockid(%08lx,) returned error %d: %s\n", self, e, strerror(e));
  /bionic/libc/include/
pthread.h 265 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /development/ndk/platforms/android-3/include/
pthread.h 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /development/ndk/platforms/android-5/include/
pthread.h 225 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /development/ndk/platforms/android-8/include/
pthread.h 230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /development/ndk/platforms/android-9/include/
pthread.h 267 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 225 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
pthread.h 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/
pthread.h 225 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
pthread.h 230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 267 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
pthread.h 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
pthread.h 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/
pthread.h 225 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/
pthread.h 225 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
pthread.h 230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
pthread.h 230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 267 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 267 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /dalvik/vm/
Misc.cpp 483 if (pthread_getcpuclockid(thread, &clockId) != 0)

Completed in 971 milliseconds

1 2