Searched defs:task1 (Results 1 - 3 of 3) sorted by relevance

/external/lldb/test/python_api/type/
H A Dmain.cpp25 Task *task1 = new Task(1, NULL); local
31 task_head->next = task1;
32 task1->next = task2;
/external/lldb/test/python_api/value/linked_list/
H A Dmain.cpp25 Task *task1 = new Task(1, NULL); local
31 task_head = task1;
32 task1->next = task2;
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-sched.c374 struct task_desc *task1, *task2; local
378 task1 = sched->tasks[i];
383 add_sched_event_wakeup(sched, task1, 0, task2);

Completed in 681 milliseconds