Home
last modified time | relevance | path

Searched refs:RunnerThread (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc29 void *RunnerThread(void *function) { in RunnerThread() function
38 pthread_create(&runner, NULL, RunnerThread, (void*)function); in RunThread()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_dataset_op.cc305 std::bind(&ChooseFastestIterator::RunnerThread, this, ctx, in StartThreads()
311 void RunnerThread(IteratorContext* ctx, InvocationResult* result, int i) { in RunnerThread() function in tensorflow::data::__anon579bbc700111::ChooseFastestDatasetOp::Dataset::ChooseFastestIterator
Dmap_and_batch_dataset_op.cc519 std::bind(&Iterator::RunnerThread, this, ctx_copy)); in EnsureRunnerThreadStarted()
596 void RunnerThread(const std::shared_ptr<IteratorContext>& ctx) in RunnerThread() function in tensorflow::data::__anon2c387ec70111::MapAndBatchDatasetOp::Dataset::Iterator
Dnuma_map_and_batch_dataset_op.cc941 [this, new_ctx] { RunnerThread(new_ctx); }); in EnsureBackgroundThreadsStarted()
964 void RunnerThread(std::shared_ptr<IteratorContext> ctx) in RunnerThread() function in tensorflow::data::__anon9271f8770111::NumaMapAndBatchDatasetOp::Dataset::Iterator
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_iterator.cc196 std::bind(&ParallelMapIterator::RunnerThread, this, ctx_copy)); in EnsureRunnerThreadStarted()
270 void RunnerThread(const std::shared_ptr<IteratorContext>& ctx) in RunnerThread() function in tensorflow::data::__anond6ede6490111::ParallelMapIterator