Searched refs:Timer (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/tools/harness/
H A Dsubprocess_timeout.py10 from threading import Timer namespace
21 timer2 = Timer(1, k, [x])
29 timer = Timer(timeout, cleanup, [p])
/barrelfish-2018-10-04/lib/acpica/source/components/executer/
H A Dexdebug.c155 UINT32 Timer; local
201 Timer = ((UINT32) AcpiOsGetTimer () / 10);
202 Timer &= 0x03FFFFFF;
204 AcpiOsPrintf ("[ACPI Debug T=0x%8.8X] %*s", Timer, Level, " ");
/barrelfish-2018-10-04/lib/acpica/source/common/
H A Ddmtables.c166 time_t Timer; local
169 time (&Timer);
192 AcpiOsPrintf (" * Disassembly of %s, %s", Filename, ctime (&Timer));
/barrelfish-2018-10-04/lib/acpica/source/os_specific/service_layers/
H A Doswinxf.c381 LARGE_INTEGER Timer; local
387 QueryPerformanceCounter (&Timer))
391 return ((UINT64) ((Timer.QuadPart * (UINT64) ACPI_100NSEC_PER_SEC) /
/barrelfish-2018-10-04/lib/acpica/source/tools/examples/
H A Dextables.c393 [0004] PM Timer Block Address : 00000001
399 [0001] PM Timer Block Length : 04
430 32-bit PM Timer (V1) : 0
437 Use Platform Timer (V4) : 0
491 [0012] PM Timer Block : [Generic Address Structure]
/barrelfish-2018-10-04/lib/libc/isc/
H A Deventlib_p.h170 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon986
H A Dev_timers.c247 ctx->cur->type == Timer &&
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DVisClientStateModel.java489 private class AutoResumeTimer extends javax.swing.Timer
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Devents.pl1762 get_flag(after_event_timer, Timer),
1763 stop_timer(Timer, _, _)
1769 try_set_after_timer(Timer) :-
1772 signal_timer(Signal, Timer),
1777 (catch(stop_timer(Timer, _, _), _, fail) ->
1780 printf(error, "%w not available on this configuration.%n", [Timer]),
1791 setval(after_event_timer, Timer)
1795 printf(error, "%w not available on this platform%n", [Timer]),
1805 get_flag(after_event_timer, Timer),
1806 stop_timer(Timer, _Remai
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java46 import javax.swing.Timer;
668 Timer TheTimer = new Timer(TheTimerDelay, timeraction);
/barrelfish-2018-10-04/doc/021-cpudriver/
H A Dcpudriver.tex257 250 & APIC Timer \\
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex380 Timer, and the Time Slice Counter. Cycle counter access from

Completed in 218 milliseconds