Home
last modified time | relevance | path

Searched refs:synch_event (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc316 } * synch_event[kNSynchEvent] ABSL_GUARDED_BY(synch_event_mu); variable
332 for (e = synch_event[h]; in EnsureSynchEvent()
349 e->next = synch_event[h]; in EnsureSynchEvent()
351 synch_event[h] = e; in EnsureSynchEvent()
385 for (pe = &synch_event[h]; in ForgetSynchEvent()
408 for (e = synch_event[h]; in GetSynchEvent()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc305 } * synch_event[kNSynchEvent] ABSL_GUARDED_BY(synch_event_mu); variable
321 for (e = synch_event[h]; in EnsureSynchEvent()
338 e->next = synch_event[h]; in EnsureSynchEvent()
340 synch_event[h] = e; in EnsureSynchEvent()
374 for (pe = &synch_event[h]; in ForgetSynchEvent()
397 for (e = synch_event[h]; in GetSynchEvent()