MCPcopy Create free account
hub / github.com/F-Stack/f-stack / itimers_exec

Function itimers_exec

freebsd/kern/kern_time.c:1732–1740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1730}
1731
1732void
1733itimers_exec(struct proc *p)
1734{
1735 /*
1736 * According to susv3, XSI interval timers should be inherited
1737 * by new image.
1738 */
1739 itimers_event_exit_exec(3, p);
1740}
1741
1742void
1743itimers_exit(struct proc *p)

Callers 1

exec_new_vmspaceFunction · 0.85

Calls 1

itimers_event_exit_execFunction · 0.85

Tested by

no test coverage detected