OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wallclock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/stand/boot2440/
main.c
61
static time_t
wallclock
= 0;
variable
360
wallclock
+= ((65535-count)*1000000) / timer_inc_rate;
362
return
wallclock
;
368
uint32_t target_clock =
wallclock
+us;
370
while(
wallclock
< target_clock) {
382
wallclock
+= ((65535-count)*1000000) / timer_inc_rate;
main.c
61
static time_t
wallclock
= 0;
variable
360
wallclock
+= ((65535-count)*1000000) / timer_inc_rate;
362
return
wallclock
;
368
uint32_t target_clock =
wallclock
+us;
370
while(
wallclock
< target_clock) {
382
wallclock
+= ((65535-count)*1000000) / timer_inc_rate;
Completed in 27 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026