Home
last modified time | relevance | path

Searched refs:CLOCK_PROF (Results 1 – 14 of 14) sorted by relevance

/external/syzkaller/sys/netbsd/
Dsys_amd64.const8 CLOCK_PROF = 2
Dsys.txt194 …TIME, CLOCK_MONOTONIC, CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID, CLOCK_VIRTUAL, CLOCK_PROF
/external/python/cpython3/Modules/
Dtimemodule.c1141 && (defined(CLOCK_PROCESS_CPUTIME_ID) || defined(CLOCK_PROF)) in _PyTime_GetProcessTimeWithInfo()
1143 #ifdef CLOCK_PROF in _PyTime_GetProcessTimeWithInfo()
1144 const clockid_t clk_id = CLOCK_PROF; in _PyTime_GetProcessTimeWithInfo()
1775 #ifdef CLOCK_PROF in PyInit_time()
1776 PyModule_AddIntMacro(m, CLOCK_PROF); in PyInit_time()
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py262 CLOCK_PROF = 2 variable
DIN.py395 CLOCK_PROF = 2 variable
DSTROPTS.py392 CLOCK_PROF = 2 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go173 CLOCK_PROF = 0x2 const
Dzerrors_dragonfly_amd64.go149 CLOCK_PROF = 0x2 const
Dzerrors_freebsd_386.go332 CLOCK_PROF = 0x2 const
Dzerrors_freebsd_arm.go332 CLOCK_PROF = 0x2 const
Dzerrors_freebsd_amd64.go332 CLOCK_PROF = 0x2 const
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst764 :data:`time.CLOCK_PROF` and :data:`time.CLOCK_UPTIME`.
/external/python/cpython3/Doc/library/
Dtime.rst789 .. data:: CLOCK_PROF
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1442 * :data:`time.CLOCK_PROF` (FreeBSD, NetBSD and OpenBSD): High-resolution