Searched defs:SynchEvent (Results 1 – 6 of 6) sorted by relevance
284 static struct SynchEvent { // this is a trivial hash table for the events struct292 uintptr_t masked_addr; // object at this address is called "name"297 void (*invariant)(void *arg); // called on each event298 void *arg; // first arg to (*invariant)()299 bool log; // logging turned on302 char name[1]; // actually longer---NUL-terminated std::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