Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c15 int *pthd_results; member
131 t->pthd_results = malloc(batch_sz * sizeof(*t->pthd_results)); in setup()
132 if (!t->pthd_results) { in setup()
177 int *pthd_results = t->pthd_results; in task_producer() local
182 pthd_results[i] = pthread_create(&pthds[i], NULL, thread_func, NULL); in task_producer()
183 if (pthd_results[i]) in task_producer()
188 if (!pthd_results[i]) in task_producer()