Searched defs:SynchEvent (Results 1 – 9 of 9) 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
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
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
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