Searched refs:thread_loop (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lcores.c | 21 static void *thread_loop(void *arg) in thread_loop() function 80 if (pthread_create(&t->id, NULL, thread_loop, t) != 0) in test_non_eal_lcores() 99 if (pthread_create(&t->id, NULL, thread_loop, t) == 0) { in test_non_eal_lcores() 265 if (pthread_create(&t->id, NULL, thread_loop, t) != 0) in test_non_eal_lcores_callback() 288 if (pthread_create(&t->id, NULL, thread_loop, t) != 0) in test_non_eal_lcores_callback()
|