Searched refs:BackgroundWorker (Results 1 – 8 of 8) sorted by relevance
15 private BackgroundWorker worker;19 worker = new BackgroundWorker(); in __constructor__()46 private final class BackgroundWorker implements Callable<D> { class in ShadowAsyncTaskLoader
21 private final BackgroundWorker worker;25 worker = new BackgroundWorker(); in ShadowAsyncTask()143 private final class BackgroundWorker implements Callable<Result> { class in ShadowAsyncTask
16 private BackgroundWorker worker;20 worker = new BackgroundWorker(); in __constructor__()44 private final class BackgroundWorker implements Callable<D> { class in ShadowAsyncTaskLoader
434 BackgroundWorker::BackgroundWorker(Env* env, const string& name) { in BackgroundWorker() function in tensorflow::data::BackgroundWorker439 BackgroundWorker::~BackgroundWorker() { in ~BackgroundWorker()453 void BackgroundWorker::Schedule(std::function<void()> work_item) { in Schedule()461 void BackgroundWorker::WorkerLoop() { in WorkerLoop()
924 class BackgroundWorker {926 BackgroundWorker(Env* env, const string& name);928 ~BackgroundWorker();
117 BackgroundWorker background_worker_;133 BackgroundWorker background_worker_;
635 BackgroundWorker background_worker_;753 BackgroundWorker background_worker_;932 BackgroundWorker background_worker_;
100 BackgroundWorker background_worker_;