Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c77 uint64_t thread_no = (uint64_t) pthread_getspecific(key); in helloworld_pthread() local
82 (int) thread_no, in helloworld_pthread()
97 pthread_exit((void *) thread_no); in helloworld_pthread()
182 uint64_t thread_no; in initial_lthread() local
184 pthread_join(tid[i], (void *) &thread_no); in initial_lthread()
185 if (thread_no != i) in initial_lthread()