Searched refs:blocked_count_ptr (Results 1 – 3 of 3) sorted by relevance
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()
90 identity->blocked_count_ptr = nullptr; in ResetThreadIdentity()
150 std::atomic<int>* blocked_count_ptr; member