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

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 103 #define CLOCK_PROF 2
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 160 #define CLOCK_PROF 2
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 262 CLOCK_PROF = 2
IN.py 395 CLOCK_PROF = 2
STROPTS.py 392 CLOCK_PROF = 2
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 978 && (defined(CLOCK_PROCESS_CPUTIME_ID) || defined(CLOCK_PROF))
980 #ifdef CLOCK_PROF
981 const clockid_t clk_id = CLOCK_PROF;
982 const char *function = "clock_gettime(CLOCK_PROF)";
    [all...]

Completed in 405 milliseconds