Home
last modified time | relevance | path

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

/third_party/libuv/test/
Drunner.c408 int n_tasks; in print_tests() local
411 for (n_tasks = 0, task = TASKS; task->main; n_tasks++, task++); in print_tests()
412 qsort(TASKS, n_tasks, sizeof(TASKS[0]), compare_task); in print_tests()