MCPcopy Create free account
hub / github.com/asterinas/vostd / create_timer

Function create_timer

kernel/src/syscall/timer_create.rs:127–170  ·  view source on GitHub ↗

Creates a timer associated with the specified clock ID. This timer will invoke the given callback function (`func`) when it expires.

(clockid: clockid_t, func: F, ctx: &Context)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

sys_timer_createFunction · 0.85
newMethod · 0.85

Calls 8

get_processFunction · 0.85
get_threadFunction · 0.85
as_posix_threadMethod · 0.80
timer_managerMethod · 0.45
create_prof_timerMethod · 0.45
create_timerMethod · 0.45
create_virtual_timerMethod · 0.45
unwrapMethod · 0.45

Tested by

no test coverage detected