Home
last modified time | relevance | path

Searched defs:SynchEvent (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc297 static struct SynchEvent { // this is a trivial hash table for the events struct
305 uintptr_t masked_addr; // object at this address is called "name"
310 void (*invariant)(void *arg); // called on each event
311 void *arg; // first arg to (*invariant)()
312 bool log; // logging turned on
315 char name[1]; // actually longer---NUL-terminated string
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc286 static struct SynchEvent { // this is a trivial hash table for the events struct
294 uintptr_t masked_addr; // object at this address is called "name"
299 void (*invariant)(void *arg); // called on each event
300 void *arg; // first arg to (*invariant)()
301 bool log; // logging turned on
304 char name[1]; // actually longer---NUL-terminated string