Searched defs:IsWorkerThread (Results 1 – 8 of 8) sorted by relevance
49 bool IsWorkerThread() override { abort(); } in IsWorkerThread() function
66 bool IsWorkerThread() override { return false; }; in IsWorkerThread() function in __anonf29a140c0111::DefaultEngineTest::FakeEventEngine
172 bool IsWorkerThread() override { return false; }; in IsWorkerThread() function
158 bool CFEventEngine::IsWorkerThread() { grpc_core::Crash("unimplemented"); } in IsWorkerThread() function in grpc_event_engine::experimental::CFEventEngine
107 bool ThreadyEventEngine::IsWorkerThread() { in IsWorkerThread() function in grpc_event_engine::experimental::ThreadyEventEngine
344 bool WindowsEventEngine::IsWorkerThread() { grpc_core::Crash("unimplemented"); } in IsWorkerThread() function in grpc_event_engine::experimental::WindowsEventEngine
573 bool PosixEventEngine::IsWorkerThread() { grpc_core::Crash("unimplemented"); } in IsWorkerThread() function in grpc_event_engine::experimental::PosixEventEngine
577 bool FuzzingEventEngine::IsWorkerThread() { abort(); } in IsWorkerThread() function in grpc_event_engine::experimental::FuzzingEventEngine