Home
last modified time | relevance | path

Searched refs:pth_tab (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H A Dhackbench.c300 pthread_t *pth_tab; in main() local
328 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t)); in main()
331 if (!pth_tab || !snd_ctx_tab || !rev_ctx_tab) in main()
340 group(pth_tab + total_children, num_fds, readyfds[1], in main()
356 reap_worker(pth_tab[i]); in main()
371 SAFE_FREE(pth_tab); in main()

Completed in 2 milliseconds