Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.8

Lines Matching refs:TASKS

300   --list-tasks) LIST_TASKS=yes
943 # Variant of task define for dual tasks
944 # This really defines two tasks named '<task>_1' and '<task>_2"
988 # $2+: other tasks this task depends on.
997 # $2+: other non-dual tasks this dual task depends on
1007 # $2+: other dual tasks this dual task depends on
1128 # Used to build the list of tasks with a tree post-order traversal, i.e.
1133 # $1: space-separated list of tasks to visit
1134 # Out: list of all tasks in post-order
1178 # Build the list of tasks, in reverse order (from leafs to last)
1179 local TASKS=$(task_build_postorder_list $1)
1180 # Do all tasks
1183 # Dump list of tasks:
1184 # echo "ALL TASKS:"
1185 # for TASK in $TASKS; do
1189 # Clean timestamps of any tasks whose any of its dependents needs
1192 for TASK in $TASKS; do
1202 for TASK in $TASKS; do