Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc301 static struct SynchEvent { // this is a trivial hash table for the events struct
309 uintptr_t masked_addr; // object at this address is called "name"
314 void (*invariant)(void* arg); // called on each event
315 void* arg; // first arg to (*invariant)()
316 bool log; // logging turned on
319 char name[1]; // actually longer---NUL-terminated string
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc301 static struct SynchEvent { // this is a trivial hash table for the events struct
309 uintptr_t masked_addr; // object at this address is called "name"
314 void (*invariant)(void* arg); // called on each event
315 void* arg; // first arg to (*invariant)()
316 bool log; // logging turned on
319 char name[1]; // actually longer---NUL-terminated string
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex.cc301 static struct SynchEvent { // this is a trivial hash table for the events struct
309 uintptr_t masked_addr; // object at this address is called "name"
314 void (*invariant)(void* arg); // called on each event
315 void* arg; // first arg to (*invariant)()
316 bool log; // logging turned on
319 char name[1]; // actually longer---NUL-terminated string
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A Dmutex.cc319 static struct SynchEvent { // this is a trivial hash table for the events struct
327 uintptr_t masked_addr; // object at this address is called "name"
332 void (*invariant)(void *arg); // called on each event
333 void *arg; // first arg to (*invariant)()
334 bool log; // logging turned on
337 char name[1]; // actually longer---NUL-terminated string
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc316 static struct SynchEvent { // this is a trivial hash table for the events struct
324 uintptr_t masked_addr; // object at this address is called "name"
329 void (*invariant)(void *arg); // called on each event
330 void *arg; // first arg to (*invariant)()
331 bool log; // logging turned on
334 char name[1]; // actually longer---NUL-terminated string
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc319 static struct SynchEvent { // this is a trivial hash table for the events struct
327 uintptr_t masked_addr; // object at this address is called "name"
332 void (*invariant)(void *arg); // called on each event
333 void *arg; // first arg to (*invariant)()
334 bool log; // logging turned on
337 char name[1]; // actually longer---NUL-terminated string