Home
last modified time | relevance | path

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

/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc284 static struct SynchEvent { // this is a trivial hash table for the events struct
292 uintptr_t masked_addr; // object at this address is called "name"
297 void (*invariant)(void *arg); // called on each event
298 void *arg; // first arg to (*invariant)()
299 bool log; // logging turned on
302 char name[1]; // actually longer---NUL-terminated std::string
/external/libtextclassifier/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
/external/rust/crates/grpcio-sys/grpc/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
/external/angle/third_party/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
/external/openscreen/third_party/abseil/src/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
/external/abseil-cpp/absl/synchronization/
Dmutex.cc284 static struct SynchEvent { // this is a trivial hash table for the events struct
292 uintptr_t masked_addr; // object at this address is called "name"
297 void (*invariant)(void *arg); // called on each event
298 void *arg; // first arg to (*invariant)()
299 bool log; // logging turned on
302 char name[1]; // actually longer---NUL-terminated std::string