Home
last modified time | relevance | path

Searched refs:RunSync (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp223 bool StorePreambleInMemory, bool RunSync, in PreambleThread() argument
226 StoreInMemory(StorePreambleInMemory), RunSync(RunSync), Status(Status), in PreambleThread()
236 if (RunSync) { in update()
350 const bool RunSync; member in clang::clangd::__anon5c4233ba0311::PreambleThread
371 TUScheduler::ASTCache &LRUCache, Semaphore &Barrier, bool RunSync,
459 const bool RunSync; member in clang::clangd::__anon5c4233ba0311::ASTWorker
576 bool RunSync, const TUScheduler::Options &Opts, in ASTWorker() argument
578 : IdleASTs(LRUCache), RunSync(RunSync), UpdateDebounce(Opts.UpdateDebounce), in ASTWorker()
583 RunSync || !Opts.AsyncPreambleBuilds, Status, *this) { in ASTWorker()
804 if (RunSync) { in updatePreamble()
[all …]
/external/libbrillo/brillo/minijail/
Dminijail.cc87 bool Minijail::RunSync(struct minijail* jail, vector<char*> args, int* status) { in RunSync() function in brillo::Minijail
152 bool res = RunSync(jail, args, status); in RunSyncAndDestroy()
Dmock_minijail.h43 RunSync,
Dminijail.h74 virtual bool RunSync(struct minijail* jail,
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc169 Status RunSync(Options opts, Handle handle, gtl::ArraySlice<Tensor> args,
172 Status RunSync(Options opts, Handle handle,
245 Status FunctionLibraryRuntimeOverlay::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeOverlay
248 return base_flr_->RunSync(std::move(opts), handle, args, rets); in RunSync()
251 Status FunctionLibraryRuntimeOverlay::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeOverlay
253 return base_flr_->RunSync(std::move(opts), handle, call_frame); in RunSync()
351 Status RunSync(Options opts, Handle handle, gtl::ArraySlice<Tensor> args,
353 Status RunSync(Options opts, Handle handle,
1270 Status FunctionLibraryRuntimeImpl::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeImpl
1277 return parent_->RunSync(opts, handle, args, rets); in RunSync()
[all …]
Dprocess_function_library_runtime.h196 Status RunSync(const FunctionLibraryRuntime::Options& opts,
199 Status RunSync(const FunctionLibraryRuntime::Options& opts,
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/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc873 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in Run()
885 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in Run()
935 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in RunWithBorrowedArgs()
947 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in RunWithBorrowedArgs()
978 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in RunInstantiated()
Diterator_ops.cc897 TF_RETURN_IF_ERROR(ctx->function_library()->RunSync( in TryInit()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h828 virtual Status RunSync(Options opts, Handle handle,
831 virtual Status RunSync(Options opts, Handle handle,
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc627 TF_RETURN_IF_ERROR(lib->RunSync(opts, cond_handle, args, &cond_rets)); in DoComputeSync()
650 TF_RETURN_IF_ERROR(lib->RunSync(opts, body_handle, &call_frame)); in DoComputeSync()