Home
last modified time | relevance | path

Searched refs:TestOnlyGlobalInit (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.h195 static void TestOnlyGlobalInit(gpr_timespec new_val);
Dexec_ctx.cc113 void ExecCtx::TestOnlyGlobalInit(gpr_timespec new_val) { in TestOnlyGlobalInit() function in grpc_core::ExecCtx
/external/grpc-grpc/test/core/iomgr/
Dtimer_list_test.cc246 grpc_core::ExecCtx::TestOnlyGlobalInit(new_start); in main()