HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_PROCESS_CPUTIME_ID (Results 201 - 215 of 215) sorted by null

1 2 3 4 5 6 7 89

  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 104 CLOCK_PROCESS_CPUTIME_ID = 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 104 CLOCK_PROCESS_CPUTIME_ID = 2
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc 81 CheckClock(CLOCK_PROCESS_CPUTIME_ID);
syscall_parameters_restrictions.cc 346 CLOCK_PROCESS_CPUTIME_ID,
  /external/libpng/contrib/libtests/
timepng.c 47 /* 'CLOCK_PROCESS_CPUTIME_ID' is one of the clock timers for clock_gettime. It
55 #if defined (CLOCK_PROCESS_CPUTIME_ID) && defined(PNG_STDIO_SUPPORTED) &&\
185 if (!clock_gettime(CLOCK_PROCESS_CPUTIME_ID, t))
188 perror("CLOCK_PROCESS_CPUTIME_ID");
  /system/core/storaged/
storaged.cpp 257 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &start_ts) < 0) {
268 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end_ts) < 0) {
  /bionic/libc/bionic/
getentropy_linux.c 324 #ifdef CLOCK_PROCESS_CPUTIME_ID
325 CLOCK_PROCESS_CPUTIME_ID,
  /art/runtime/base/
time_utils.cc 176 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &now);
  /frameworks/rs/
rsCppUtils.h 75 CLOCK_PROCESS_CPUTIME_ID,
  /external/pdfium/xfa/fgas/localization/
fgas_datetime.cpp 148 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &curTime);
176 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &curTime);
  /external/libpng/contrib/tools/
pngcp.c 98 /* 'CLOCK_PROCESS_CPUTIME_ID' is one of the clock timers for clock_gettime. It
108 # ifndef CLOCK_PROCESS_CPUTIME_ID
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 1084 int res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts);
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h     [all...]
miniacc.h     [all...]
  /bionic/tests/
pthread_test.cpp     [all...]

Completed in 360 milliseconds

1 2 3 4 5 6 7 89