MCPcopy Create free account
hub / github.com/f9micro/f9-kernel / sys_timer_notify

Function sys_timer_notify

kernel/syscall.c:298–324  ·  view source on GitHub ↗

* 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

syscall_handlerFunction · 0.85

Calls 3

thread_currentFunction · 0.85
dbg_printfFunction · 0.85

Tested by

no test coverage detected