Searched defs:SynchEvent (Results 1 – 7 of 7) sorted by relevance
301 static struct SynchEvent { // this is a trivial hash table for the events struct309 uintptr_t masked_addr; // object at this address is called "name"314 void (*invariant)(void* arg); // called on each event315 void* arg; // first arg to (*invariant)()316 bool log; // logging turned on319 char name[1]; // actually longer---NUL-terminated string
319 static struct SynchEvent { // this is a trivial hash table for the events struct327 uintptr_t masked_addr; // object at this address is called "name"332 void (*invariant)(void *arg); // called on each event333 void *arg; // first arg to (*invariant)()334 bool log; // logging turned on337 char name[1]; // actually longer---NUL-terminated string
316 static struct SynchEvent { // this is a trivial hash table for the events struct324 uintptr_t masked_addr; // object at this address is called "name"329 void (*invariant)(void *arg); // called on each event330 void *arg; // first arg to (*invariant)()331 bool log; // logging turned on334 char name[1]; // actually longer---NUL-terminated string
286 static struct SynchEvent { // this is a trivial hash table for the events struct294 uintptr_t masked_addr; // object at this address is called "name"299 void (*invariant)(void *arg); // called on each event300 void *arg; // first arg to (*invariant)()301 bool log; // logging turned on304 char name[1]; // actually longer---NUL-terminated string