Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c39 __thread pthread_cond_t exit_cond; variable
93 pthread_cond_wait(&exit_cond, &exit_lock); in helloworld_pthread()
140 pthread_cond_init(&exit_cond, NULL); in initial_lthread()
177 pthread_cond_broadcast(&exit_cond); in initial_lthread()
189 pthread_cond_destroy(&exit_cond); in initial_lthread()