/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem.cc | 34 identity->blocked_count_ptr = counter; in SetThreadBlockedCounter() 40 return identity->blocked_count_ptr; in GetThreadBlockedCounter() 87 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 89 identity->blocked_count_ptr->fetch_add(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait() 95 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 96 identity->blocked_count_ptr->fetch_sub(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait()
|
D | create_thread_identity.cc | 90 identity->blocked_count_ptr = nullptr; in ResetThreadIdentity()
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | per_thread_sem.cc | 34 identity->blocked_count_ptr = counter; in SetThreadBlockedCounter() 40 return identity->blocked_count_ptr; in GetThreadBlockedCounter() 87 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 89 identity->blocked_count_ptr->fetch_add(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait() 95 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 96 identity->blocked_count_ptr->fetch_sub(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait()
|
D | create_thread_identity.cc | 90 identity->blocked_count_ptr = nullptr; in ResetThreadIdentity()
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem.cc | 34 identity->blocked_count_ptr = counter; in SetThreadBlockedCounter() 40 return identity->blocked_count_ptr; in GetThreadBlockedCounter() 87 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 89 identity->blocked_count_ptr->fetch_add(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait() 95 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 96 identity->blocked_count_ptr->fetch_sub(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait()
|
D | create_thread_identity.cc | 90 identity->blocked_count_ptr = nullptr; in ResetThreadIdentity()
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem.cc | 34 identity->blocked_count_ptr = counter; in SetThreadBlockedCounter() 40 return identity->blocked_count_ptr; in GetThreadBlockedCounter() 87 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 89 identity->blocked_count_ptr->fetch_add(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait() 95 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 96 identity->blocked_count_ptr->fetch_sub(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait()
|
D | create_thread_identity.cc | 90 identity->blocked_count_ptr = nullptr; in ResetThreadIdentity()
|
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem.cc | 34 identity->blocked_count_ptr = counter; in SetThreadBlockedCounter() 40 return identity->blocked_count_ptr; in GetThreadBlockedCounter() 87 if (identity->blocked_count_ptr != nullptr) { in ABSL_INTERNAL_C_SYMBOL() 89 identity->blocked_count_ptr->fetch_add(1, std::memory_order_relaxed); in ABSL_INTERNAL_C_SYMBOL() 95 if (identity->blocked_count_ptr != nullptr) { in ABSL_INTERNAL_C_SYMBOL() 96 identity->blocked_count_ptr->fetch_sub(1, std::memory_order_relaxed); in ABSL_INTERNAL_C_SYMBOL()
|
D | create_thread_identity.cc | 90 identity->blocked_count_ptr = nullptr; in ResetThreadIdentity()
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem.cc | 34 identity->blocked_count_ptr = counter; in SetThreadBlockedCounter() 40 return identity->blocked_count_ptr; in GetThreadBlockedCounter() 87 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 89 identity->blocked_count_ptr->fetch_add(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait() 95 if (identity->blocked_count_ptr != nullptr) { in AbslInternalPerThreadSemWait() 96 identity->blocked_count_ptr->fetch_sub(1, std::memory_order_relaxed); in AbslInternalPerThreadSemWait()
|
D | create_thread_identity.cc | 90 identity->blocked_count_ptr = nullptr; in ResetThreadIdentity()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 151 std::atomic<int>* blocked_count_ptr; member
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 151 std::atomic<int>* blocked_count_ptr; member
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 151 std::atomic<int>* blocked_count_ptr; member
|
/external/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 151 std::atomic<int>* blocked_count_ptr; member
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 150 std::atomic<int>* blocked_count_ptr; member
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | thread_identity.h | 150 std::atomic<int>* blocked_count_ptr; member
|