#include "src/core/lib/resource_quota/periodic_update.h"
#include <stddef.h>
#include <algorithm>
#include <memory>
#include <thread>
#include <vector>
#include "absl/memory/memory.h"
#include "gtest/gtest.h"
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/lib/iomgr/exec_ctx.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
grpc_core::testing | |
Functions | |
void | grpc_set_default_iomgr_platform () |
int | main (int argc, char **argv) |
grpc_core::testing::TEST (PeriodicUpdate, ThreadTest) | |
grpc_core::testing::TEST (PeriodicUpdateTest, SimpleTest) | |
void grpc_set_default_iomgr_platform | ( | ) |
Definition at line 111 of file periodic_update_test.cc.
Definition at line 113 of file periodic_update_test.cc.