HomeSort by relevance Sort by last modified time
    Searched refs:RunnerThread (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/test/asan/TestCases/Posix/
deep_thread_stack.cc 29 void *RunnerThread(void *function) {
38 pthread_create(&runner, NULL, RunnerThread, (void*)function);
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
choose_fastest_dataset_op.cc 305 std::bind(&ChooseFastestIterator::RunnerThread, this, ctx,
311 void RunnerThread(IteratorContext* ctx, InvocationResult* result, int i) {
map_and_batch_dataset_op.cc 519 std::bind(&Iterator::RunnerThread, this, ctx_copy));
596 void RunnerThread(const std::shared_ptr<IteratorContext>& ctx)
    [all...]
numa_map_and_batch_dataset_op.cc 338 // (1) RunnerThread: WaitForInputSpace, PushInputs, SetEndOfInput.
734 // Batches begin in the `kEmpty` state. Once the RunnerThread has
749 // through the machinery. Once the RunnerThread fills inputs, it
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/
parallel_map_iterator.cc 196 std::bind(&ParallelMapIterator::RunnerThread, this, ctx_copy));
270 void RunnerThread(const std::shared_ptr<IteratorContext>& ctx)

Completed in 439 milliseconds