]> Zhao Yanbai Git Server - minix.git/commit
New alarm(2) timers mechanism.
authorJorrit Herder <jnherder@minix3.org>
Thu, 14 Jul 2005 15:30:12 +0000 (15:30 +0000)
committerJorrit Herder <jnherder@minix3.org>
Thu, 14 Jul 2005 15:30:12 +0000 (15:30 +0000)
commiteba45510a94fb6c10739a384a0008c461352682b
tree98571dd1ec277accd644342aa2f46291db6065af
parent2c730e8a8c43daf7a6bdbb60bfbb16c9a7d41a0b
New alarm(2) timers mechanism.
Kernel no longer keeps track of user alarms on behalf of the PM.
Instead, the PM maintains its own list of watchdog timers, and
uses one synchronous alarm (at the kernel) to get notifications
for expired user timers.
servers/pm/timers.c [new file with mode: 0644]