Sha256: 2d47bd1592750d75c02b8a23623b9ba8d5cd89b165b59ee48446c9c09eb7e843
Contents?: true
Size: 468 Bytes
Versions: 17
Compression:
Stored size: 468 Bytes
Contents
#Timer (timer.js) ###Functions `if_timer_init(tps)` - Initiate a timer that calls `int_timer` N `tps` (ticsk per second). This is always called via the cpu scheduling class (3) ###Interrupts `int_timer()` - Called by the device at the rate described in `tps`. This function lives inside the `timer` service's initialization portion. A. Requires the timer module. ###Callout The kernel's `int_timer` function gets sent to `callout_wakeup()` located in `callout.js`.
Version data entries
17 entries across 17 versions & 1 rubygems