Fine Granularity Timer Kernel Services
The fine granularity timer kernel services manage the timer requests.
Item | Description |
---|---|
delay | Suspends the calling process for the specified number of timer ticks. |
talloc | Allocates a timer request block before starting a timer request. |
tfree | Deallocates a timer request block. |
tstart | Submits a timer request. |
tstop | Cancels a pending timer request. |
For more information about using the Fine Granularity Timer services, see Using Fine Granularity Timer Services and Structures.