HomeSort by relevance Sort by last modified time
    Searched defs:CreateTask (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
ThreadEnvironment.h 32 Task CreateTask(std::function<void()> f) { return Task{std::move(f)}; }
  /external/tensorflow/tensorflow/core/lib/core/
threadpool.cc 60 Task CreateTask(std::function<void()> f) {
  /art/runtime/
monitor_test.cc 59 class CreateTask : public Task {
61 CreateTask(MonitorTest* monitor_test, uint64_t initial_sleep, int64_t millis, bool expected) :
269 thread_pool.AddTask(self, new CreateTask(test, create_sleep, c_millis, c_expected));
296 // Make the CreateTask wait 10ms, the UseTask wait 10ms.
306 // Make the CreateTask wait 0ms, the UseTask wait 10ms.
316 // Make the CreateTask wait 0ms, then Wait for a long time. Make the InterruptTask wait 10ms,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
azroles.h     [all...]

Completed in 352 milliseconds