Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_proc.c36 static pthread_t mp_handle_tid; variable
637 if (rte_ctrl_thread_create(&mp_handle_tid, "rte_mp_handle", in rte_mp_channel_init()
664 pthread_cancel(mp_handle_tid); in rte_mp_channel_cleanup()
665 pthread_join(mp_handle_tid, NULL); in rte_mp_channel_cleanup()