Home
last modified time | relevance | path

Searched defs:RunSync (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp223 bool StorePreambleInMemory, bool RunSync, in PreambleThread()
350 const bool RunSync; member in clang::clangd::__anon5c4233ba0311::PreambleThread
459 const bool RunSync; member in clang::clangd::__anon5c4233ba0311::ASTWorker
576 bool RunSync, const TUScheduler::Options &Opts, in ASTWorker()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc245 Status FunctionLibraryRuntimeOverlay::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeOverlay
251 Status FunctionLibraryRuntimeOverlay::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeOverlay
1270 Status FunctionLibraryRuntimeImpl::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeImpl
1290 Status FunctionLibraryRuntimeImpl::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeImpl
Dprocess_function_library_runtime.cc1613 Status ProcessFunctionLibraryRuntime::RunSync( in RunSync() function in tensorflow::ProcessFunctionLibraryRuntime
1627 Status ProcessFunctionLibraryRuntime::RunSync( in RunSync() function in tensorflow::ProcessFunctionLibraryRuntime
/external/libbrillo/brillo/minijail/
Dminijail.cc87 bool Minijail::RunSync(struct minijail* jail, vector<char*> args, int* status) { in RunSync() function in brillo::Minijail