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

  /system/extras/iotop/
tasklist.h 21 class TaskList {
26 TaskList() {}
tasklist.cpp 28 #include "tasklist.h"
48 bool TaskList::Scan(std::map<pid_t, std::vector<pid_t>>& tgid_map) {
59 bool TaskList::ScanPid(pid_t tgid, std::vector<pid_t>& pid_list) {
iotop.cpp 27 #include "tasklist.h"
176 if (!TaskList::Scan(tgid_map)) {
  /device/google/contexthub/firmware/os/inc/
seos_priv.h 44 struct TaskList {
61 struct TaskList list;
  /external/libchrome/base/message_loop/
message_loop_test.cc 489 class TaskList {
515 void RecursiveFunc(TaskList* order, int cookie, int depth,
528 void QuitFunc(TaskList* order, int cookie) {
538 TaskList order;
566 void RecursiveSlowFunc(TaskList* order, int cookie, int depth,
572 void OrderedFunc(TaskList* order, int cookie) {
582 TaskList order;
618 TaskList order;
651 TaskList order;
673 void FuncThatPumps(TaskList* order, int cookie)
    [all...]
message_loop_unittest.cc 208 class TaskList {
237 void MessageBoxFunc(TaskList* order, int cookie, bool is_reentrant) {
246 void EndDialogFunc(TaskList* order, int cookie) {
257 void RecursiveFunc(TaskList* order, int cookie, int depth,
270 void QuitFunc(TaskList* order, int cookie) {
279 TaskList* order,
332 TaskList order;
376 TaskList order;
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DocumentLoader.java 54 private final TaskList mTaskList = new TaskList();
213 private static class TaskList extends LinkedList<LoaderTask> {
  /device/google/contexthub/firmware/os/core/
seos.c 58 static struct TaskList mFreeTasks;
59 static struct TaskList mTasks;
64 static inline void list_init(struct TaskList *l)
157 static inline struct Task *osTaskListPeekHead(struct TaskList *listHead)
164 static void dumpListItems(const char *p, struct TaskList *listHead)
191 static void dumpTaskList(const char *f, struct Task *task, struct TaskList *listHead)
211 static inline void osTaskListRemoveTask(struct TaskList *listHead, struct Task *task)
214 struct TaskList *cur = &task->list;
217 struct TaskList *left = left_idx == NO_NODE ? listHead : &mTaskPool.data[left_idx].list;
218 struct TaskList *right = right_idx == NO_NODE ? listHead : &mTaskPool.data[right_idx].list
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/
aws-java-sdk-simpleworkflow-1.11.18.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 272 milliseconds