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

Function lock_close

isolate.c:217–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217static void
218lock_close(void)
219{
220 if (lock_fd >= 0)
221 {
222 close(lock_fd);
223 lock_fd = -1;
224 }
225}
226
227static void
228lock_remove(void)

Callers 1

box_proxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…