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

Class lock_record

isolate.c:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129#define LOCK_MAGIC 0x48736f6c
130
131struct lock_record {
132 uint32_t magic;
133 uint32_t owner_uid;
134 unsigned char cg_enabled;
135 unsigned char is_initialized;
136 unsigned char rfu[2];
137};
138
139static int lock_fd = -1;
140static struct lock_record lock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…