#include "absl/synchronization/blocking_counter.h"
#include <thread>
#include <vector>
#include "gtest/gtest.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::ABSL_NAMESPACE_BEGIN | |
Functions | |
void | absl::ABSL_NAMESPACE_BEGIN::PauseAndDecreaseCounter (BlockingCounter *counter, int *done) |
absl::ABSL_NAMESPACE_BEGIN::TEST (BlockingCounterTest, BasicFunctionality) | |
absl::ABSL_NAMESPACE_BEGIN::TEST (BlockingCounterTest, WaitZeroInitialCount) | |