Home
last modified time | relevance | path

Searched defs:run_handler (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
H A Dlinux.rs16 pub async fn run_handler<S>(mut backend_server: BackendServer<S>, ex: &Executor) -> Result<()> in run_handler() function
H A Dwindows.rs48 pub async fn run_handler( in run_handler() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cc148 bool FlagParser::run_handler(const char *name, const char *value) { in run_handler() function in __sanitizer::FlagParser
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.h414 explicit RunHandlerWorkQueue(std::unique_ptr<RunHandler> run_handler) in RunHandlerWorkQueue()
H A Drun_handler.cc684 explicit RunHandlerEigenThreadPool(RunHandler::Impl* run_handler) in RunHandlerEigenThreadPool()