3 int sys_vtimer(proc
, which
, newval
, oldval
)
4 endpoint_t proc
; /* proc to retrieve/set the timer for */
5 int which
; /* timer to retrieve/set */
6 clock_t *newval
; /* if non-NULL, set to this new value */
7 clock_t *oldval
; /* if non-NULL, old value is stored here */
21 r
= _kernel_call(SYS_VTIMER
, &m
);