Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c36 __thread pthread_mutex_t print_lock; variable
70 pthread_mutex_lock(&print_lock); in helloworld_pthread()
86 pthread_mutex_unlock(&print_lock); in helloworld_pthread()
136 pthread_mutex_init(&print_lock, NULL); in initial_lthread()
190 pthread_mutex_destroy(&print_lock); in initial_lthread()