Home
last modified time | relevance | path

Searched refs:maybe_unlocking (Results 1 – 15 of 15) sorted by relevance

/external/abseil-cpp/absl/base/internal/
Dthread_identity.h114 bool maybe_unlocking; // Valid at head of Mutex waiter queue; member
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h114 bool maybe_unlocking; // Valid at head of Mutex waiter queue; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h114 bool maybe_unlocking; // Valid at head of Mutex waiter queue; member
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dthread_identity.h114 bool maybe_unlocking; // Valid at head of Mutex waiter queue; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc86 pts->maybe_unlocking = false; in ResetThreadIdentity()
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dthread_identity.h80 bool maybe_unlocking; // Valid at head of Mutex waiter queue; member
/external/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc86 pts->maybe_unlocking = false; in ResetThreadIdentity()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc86 pts->maybe_unlocking = false; in ResetThreadIdentity()
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dcreate_thread_identity.cc86 pts->maybe_unlocking = false; in ResetThreadIdentity()
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc86 pts->maybe_unlocking = false; in ResetThreadIdentity()
/external/abseil-cpp/absl/synchronization/
Dmutex.cc896 s->maybe_unlocking = false; // no one is searching an empty list in Enqueue()
920 if (!head->maybe_unlocking) { in Enqueue()
980 s->maybe_unlocking = head->maybe_unlocking; // same for unlock hint in Enqueue()
1098 h->maybe_unlocking = false; // finished unlocking in TryRemove()
2129 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2171 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
2202 h->maybe_unlocking = true; // we're about to scan the waiter list in UnlockSlow()
2288 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc898 s->maybe_unlocking = false; // no one is searching an empty list in Enqueue()
922 if (!head->maybe_unlocking) { in Enqueue()
982 s->maybe_unlocking = head->maybe_unlocking; // same for unlock hint in Enqueue()
1101 h->maybe_unlocking = false; // finished unlocking in TryRemove()
2134 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2176 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
2207 h->maybe_unlocking = true; // we're about to scan the waiter list in UnlockSlow()
2293 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc898 s->maybe_unlocking = false; // no one is searching an empty list in Enqueue()
922 if (!head->maybe_unlocking) { in Enqueue()
982 s->maybe_unlocking = head->maybe_unlocking; // same for unlock hint in Enqueue()
1101 h->maybe_unlocking = false; // finished unlocking in TryRemove()
2134 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2176 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
2207 h->maybe_unlocking = true; // we're about to scan the waiter list in UnlockSlow()
2293 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc896 s->maybe_unlocking = false; // no one is searching an empty list in Enqueue()
920 if (!head->maybe_unlocking) { in Enqueue()
980 s->maybe_unlocking = head->maybe_unlocking; // same for unlock hint in Enqueue()
1098 h->maybe_unlocking = false; // finished unlocking in TryRemove()
2129 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2171 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
2202 h->maybe_unlocking = true; // we're about to scan the waiter list in UnlockSlow()
2288 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc898 s->maybe_unlocking = false; // no one is searching an empty list in Enqueue()
922 if (!head->maybe_unlocking) { in Enqueue()
982 s->maybe_unlocking = head->maybe_unlocking; // same for unlock hint in Enqueue()
1101 h->maybe_unlocking = false; // finished unlocking in TryRemove()
2134 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2176 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()
2207 h->maybe_unlocking = true; // we're about to scan the waiter list in UnlockSlow()
2293 h->maybe_unlocking = false; // finished unlocking in UnlockSlow()