MCPcopy Create free account
hub / github.com/ioi/isolate / cleanup

Function cleanup

isolate.c:1082–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082static void
1083cleanup(void)
1084{
1085 if (!lock_box(false, true))
1086 msg("Nothing to do -- box did not exist\n");
1087 else
1088 {
1089 msg("Deleting sandbox\n");
1090 do_cleanup();
1091 lock_remove();
1092 }
1093}
1094
1095static void
1096setup_pipe(int *fds, int nonblocking)

Callers 1

mainFunction · 0.85

Calls 4

lock_boxFunction · 0.85
msgFunction · 0.85
do_cleanupFunction · 0.85
lock_removeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…