* Timer notification syscall handler. * Creates a timer that delivers notifications to the calling thread. * * Parameters: * R0: ticks - timer delay/period in system ticks * R1: notify_bits - notification bit mask to signal * R2: periodic - 0 for one-shot, 1 for periodic timer * * Returns (R0): * Non-zero timer handle on success * 0 on failure (invalid parameters or resource ex
source not stored for this graph (policy: none)
no test coverage detected