Home
last modified time | relevance | path

Searched refs:which_task (Results 1 – 2 of 2) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcBirthEntry.h58 int GetParentTaskCount(int which_task) { return m_parent_task_count[which_task]; } in GetParentTaskCount() argument
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c1527 int which_task; in nodePerf() local
1537 which_task = dag_get_task(csound, index, numThreads, next_task); in nodePerf()
1539 if (which_task==WAIT) continue; in nodePerf()
1540 if (which_task==INVALID) return played_count; in nodePerf()
1543 insds = task_map[which_task]; in nodePerf()
1556 opstart = (OPDS*)task_map[which_task]; in nodePerf()
1613 next_task = dag_end_task(csound, which_task); in nodePerf()