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

Function cg_fclose

cg.c:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static void cg_fclose(FILE *f)
143{
144 if (ferror(f))
145 die("Read error on cgroup attributes: %m");
146 fclose(f);
147}
148
149static int cg_fread_kv(FILE *f, char *key, char *val)
150{

Callers 2

raw_get_run_time_msFunction · 0.85
cg_statsFunction · 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…