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

  /bionic/libc/bionic/
pthread_getcpuclockid.cpp 33 int pthread_getcpuclockid(pthread_t t, clockid_t* clockid) { function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/
1-1.c 8 * Test pthread_getcpuclockid()
27 #define FUNCTION "pthread_getcpuclockid"
35 rc = pthread_getcpuclockid(pthread_self(), &cid);
37 perror(ERROR_PREFIX "pthread_getcpuclockid");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/speculative/
3-1.c 8 * Test pthread_getcpuclockid()
28 #define FUNCTION "pthread_getcpuclockid"
55 rc = pthread_getcpuclockid(new_th, &cid);
57 printf("pthread_getcpuclockid returns ESRCH "
60 printf("pthread_getcpuclockid doesn't return "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
22-1.c 96 ret = pthread_getcpuclockid(pthread_self(), &clt);
145 ret = pthread_getcpuclockid(pthread_self(), &clt);
  /bionic/libc/include/
pthread.h 148 int pthread_getcpuclockid(pthread_t __pthread, clockid_t* __clock);
  /bionic/tests/headers/posix/
pthread_h.c 137 FUNCTION(pthread_getcpuclockid, int (*f)(pthread_t, clockid_t*));
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_perf_tests.c 437 if (pthread_getcpuclockid(cpu_threads[0], &clock) != 0)
438 shutdown(2, "pthread_getcpuclockid", __LINE__);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 176 #define pthread_getcpuclockid(T, C) ENOTSUP macro
    [all...]
  /bionic/tests/
pthread_test.cpp 561 ASSERT_EQ(0, pthread_getcpuclockid(t, &c));
573 EXPECT_DEATH(pthread_getcpuclockid(dead_thread, &c), "invalid pthread_t");
579 EXPECT_EQ(ESRCH, pthread_getcpuclockid(null_thread, &c));
    [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 87 milliseconds