Searched defs:SynchEvent (Results 1 – 8 of 8) sorted by relevance
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
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
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
297 static struct SynchEvent { // this is a trivial hash table for the events struct305 uintptr_t masked_addr; // object at this address is called "name"310 void (*invariant)(void *arg); // called on each event311 void *arg; // first arg to (*invariant)()312 bool log; // logging turned on315 char name[1]; // actually longer---NUL-terminated string
298 static struct SynchEvent { // this is a trivial hash table for the events struct306 uintptr_t masked_addr; // object at this address is called "name"311 void (*invariant)(void *arg); // called on each event312 void *arg; // first arg to (*invariant)()313 bool log; // logging turned on316 char name[1]; // actually longer---NUL-terminated string
308 static struct SynchEvent { // this is a trivial hash table for the events struct316 uintptr_t masked_addr; // object at this address is called "name"321 void (*invariant)(void* arg); // called on each event322 void* arg; // first arg to (*invariant)()323 bool log; // logging turned on326 char name[1]; // actually longer---NUL-terminated string