Home
last modified time | relevance | path

Searched defs:forkable (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/core/event_engine/
Dforkable_test.cc88 auto forkable = std::make_shared<SomeForkable>(); in TEST_F() local
150 auto forkable = std::make_shared<SomeForkable>(); in TEST_F() local
/third_party/grpc/src/core/lib/event_engine/
Dforkable.cc43 std::shared_ptr<Forkable> forkable, GRPC_UNUSED void (*prepare)(void), in RegisterForkable()