HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 76 - 100 of 638) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
1-5.c 32 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
33 perror("clock_gettime() did not return success\n");
77 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
78 perror("Error in clock_gettime()\n");
2-2.c 42 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
43 perror("clock_gettime() did not return success\n");
84 if (clock_gettime(CLOCK_REALTIME, &tsafter) != 0) {
85 perror("clock_gettime() did not return success\n");
9-1.c 41 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
42 perror("clock_gettime() did not return success\n");
64 if (clock_gettime(CLOCK_REALTIME, &tsafter) != 0) {
65 perror("clock_gettime() failed\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
7-1.c 47 if (clock_gettime(CLOCK_REALTIME, &tsT0) != 0) {
48 perror("clock_gettime() did not return success\n");
66 if (clock_gettime(CLOCK_REALTIME, &tsT2) != 0) {
67 perror("clock_gettime() did not return success\n");
7-2.c 46 if (clock_gettime(CLOCK_REALTIME, &tsT0) != 0) {
47 perror("clock_gettime() did not return success\n");
68 if (clock_gettime(CLOCK_REALTIME, &tsT3) != 0) {
69 perror("clock_gettime() did not return success\n");
8-1.c 45 if (clock_gettime(CLOCK_REALTIME, &tsT0) != 0) {
46 perror("clock_gettime() did not return success\n");
63 if (clock_gettime(CLOCK_REALTIME, &tsend) != 0) {
64 perror("clock_gettime() did not return success\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
1-3.c 31 if (clock_gettime(CLOCK_REALTIME, &tsbefore) == -1) {
32 perror("Error in clock_gettime()\n");
67 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
68 perror("Error in clock_gettime()\n");
10000-1.c 59 if (clock_gettime(CLOCK_REALTIME, &tsbefore) == -1) {
60 perror("Error in clock_gettime()\n");
65 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
66 perror("Error in clock_gettime()\n");
3-2.c 29 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
30 perror("clock_gettime() did not return success\n");
74 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
75 perror("Error in clock_gettime()\n");
7-2.c 37 if (clock_gettime(CLOCK_REALTIME, &tsbefore) == -1) {
38 perror("Error in clock_gettime()\n");
63 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
64 perror("Error in clock_gettime()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
2-3.c 42 clock_gettime(CLOCK_REALTIME, &destructor_time);
51 clock_gettime(CLOCK_REALTIME, &cleanup_time);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
10-1.c 47 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) {
48 perror("clock_gettime()");
68 if (clock_gettime(CLOCK_REALTIME, &ts_2) != 0) {
69 perror("clock_gettime()");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
13-1.c 93 ret = clock_gettime(CLOCK_REALTIME, &ts_ref);
111 ret = clock_gettime(CLOCK_REALTIME, &ts_fin);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
10-1.c 76 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts_start) != 0) {
77 perror("clock_gettime() failed");
92 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts_end) != 0) {
93 perror("clock_gettime() failed");
11-1.c 76 if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts_start) != 0) {
77 perror("clock_gettime() failed");
92 if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts_end) != 0) {
93 perror("clock_gettime() failed");
  /external/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
invaliddates.c 40 if (clock_gettime(CLOCK_REALTIME, &tsreset) != 0) {
41 perror("clock_gettime() did not return success\n");
52 if (clock_gettime(CLOCK_REALTIME, &tpget) == -1) {
53 printf("Error in clock_gettime()\n");
  /external/strace/tests/
times.c 66 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) {
71 error_msg_and_skip("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {0, 0})");
78 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) {
  /external/strace/tests-m32/
times.c 66 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) {
71 error_msg_and_skip("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {0, 0})");
78 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) {
  /external/strace/tests-mx32/
times.c 66 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) {
71 error_msg_and_skip("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {0, 0})");
78 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) {
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 54 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
66 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
  /hardware/google/easel/camera/include/
HdrPlusProfiler.h 77 mInvalid = (clock_gettime(kClockId, &mStartTime) != 0);
88 mInvalid = (clock_gettime(kClockId, &endTime) != 0);
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 27 clock_gettime: 1
  /system/tpm/tpm_manager/server/
tpm_managerd-seccomp-amd64.policy 27 clock_gettime: 1
  /system/tpm/trunks/
trunksd-seccomp-amd64.policy 26 clock_gettime: 1
trunksd-seccomp-arm.policy 26 clock_gettime: 1

Completed in 445 milliseconds

1 2 34 5 6 7 8 91011>>