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

Function shmexit

freebsd/kern/sysv_ipc.c:69–76  ·  view source on GitHub ↗

called from kern_exit.c */

Source from the content-addressed store, hash-verified

67
68/* called from kern_exit.c */
69void
70shmexit(struct vmspace *vm)
71{
72
73 if (shmexit_hook != NULL)
74 shmexit_hook(vm);
75 return;
76}
77#endif
78
79/*

Callers 2

exec_new_vmspaceFunction · 0.85
vmspace_dofreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected