Searched refs:RunnerThread (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | deep_thread_stack.cc | 29 void *RunnerThread(void *function) { in RunnerThread() function 38 pthread_create(&runner, NULL, RunnerThread, (void*)function); in RunThread()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | choose_fastest_dataset_op.cc | 305 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
|
D | map_and_batch_dataset_op.cc | 519 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
|
D | numa_map_and_batch_dataset_op.cc | 941 [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/ |
D | parallel_map_iterator.cc | 196 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
|