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

  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPool.h 40 // class Task, class ThreadPool, class TaskGroup
52 // single TaskGroup. The destructor of the TaskGroup waits for all
65 class TaskGroup;
130 Task (TaskGroup* g);
134 TaskGroup * group();
138 TaskGroup * _group;
142 class TaskGroup
146 TaskGroup();
147 ~TaskGroup();
    [all...]
IlmThreadPool.cpp 37 // class Task, class ThreadPool, class TaskGroup
69 struct TaskGroup::Data
77 Semaphore isEmpty; // used to signal that the taskgroup is empty
146 TaskGroup* taskGroup = task->group();
155 taskGroup->_data->removeTask();
167 // struct TaskGroup::Data
170 TaskGroup::Data::Data (): isEmpty (1), numPending (0)
176 TaskGroup::Data::~Data ()
179 // A TaskGroup acts like an "inverted" semaphore: if the coun
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskGroup.java 23 public class TaskGroup {
WindowManagerService.java     [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfScanLineInputFile.cpp 76 using IlmThread::TaskGroup;
398 LineBufferTask (TaskGroup *group,
418 (TaskGroup *group,
593 (TaskGroup *group,
920 TaskGroup taskGroup;
934 ThreadPool::addGlobalTask (newLineBufferTask (&taskGroup,
ImfTiledInputFile.cpp 77 using IlmThread::TaskGroup;
404 TileBufferTask (TaskGroup *group,
420 (TaskGroup *group,
581 (TaskGroup *group,
987 TaskGroup taskGroup;
999 ThreadPool::addGlobalTask (newTileBufferTask (&taskGroup,
    [all...]
ImfOutputFile.cpp 78 using IlmThread::TaskGroup;
407 LineBufferTask (TaskGroup *group,
425 (TaskGroup *group,
935 // taskgroup goes out of scope, the destructor waits until
939 TaskGroup taskGroup;
963 (new LineBufferTask (&taskGroup, _data, first + i,
986 (new LineBufferTask (&taskGroup, _data, first - i,
1076 (new LineBufferTask (&taskGroup, _data, nextCompressBuffer,
    [all...]
ImfTiledOutputFile.cpp 84 using IlmThread::TaskGroup;
645 TileBufferTask (TaskGroup *group,
663 (TaskGroup *group,
1147 TaskGroup taskGroup;
1159 ThreadPool::addGlobalTask (new TileBufferTask (&taskGroup,
1220 (new TileBufferTask (&taskGroup,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 129 import com.android.server.wm.TaskGroup;
247 final ArrayList<TaskGroup> mValidateAppTokens = new ArrayList<>();
    [all...]

Completed in 666 milliseconds