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

  /frameworks/av/media/mtp/
PosixAsyncIO.cpp 35 void work_func(void *) { function in namespace:__anon51351
90 gWorkerThread = std::thread(work_func, nullptr);
  /external/tensorflow/tensorflow/c/
env.h 175 // Returns a new thread that is running work_func and is identified
178 // The given param (which may be null) is passed to work_func when the thread
185 void (*work_func)(void*),
env.cc 170 const char* thread_name, void (*work_func)(void*),
177 cc_options, thread_name, [=]() { (*work_func)(param); }));

Completed in 148 milliseconds