Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c38 __thread pthread_mutex_t exit_lock; variable
92 pthread_mutex_lock(&exit_lock); in helloworld_pthread()
93 pthread_cond_wait(&exit_cond, &exit_lock); in helloworld_pthread()
94 pthread_mutex_unlock(&exit_lock); in helloworld_pthread()
139 pthread_mutex_init(&exit_lock, NULL); in initial_lthread()
191 pthread_mutex_destroy(&exit_lock); in initial_lthread()