Home
last modified time | relevance | path

Searched refs:grpc_executor_set_threading (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dfork_posix.cc74 grpc_executor_set_threading(false); in grpc_prefork()
85 grpc_executor_set_threading(true); in grpc_postfork_parent()
99 grpc_executor_set_threading(true); in grpc_postfork_child()
Diomgr_custom.cc37 grpc_executor_set_threading(false); in iomgr_platform_init()
Dexecutor.h100 void grpc_executor_set_threading(bool enable);
Dexecutor.cc428 void grpc_executor_set_threading(bool enable) { in grpc_executor_set_threading() function
/external/grpc-grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc46 grpc_executor_set_threading(false); in LLVMFuzzerTestOneInput()
Dclient_fuzzer.cc49 grpc_executor_set_threading(false); in LLVMFuzzerTestOneInput()
Dapi_fuzzer.cc704 grpc_executor_set_threading(false); in LLVMFuzzerTestOneInput()