Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dcore.c66 static pthread_t g_thread[MAX_CPUS] = {0}; variable
1434 if (pthread_create(&g_thread[cpu], in mtcp_create_context()
1444 if (pthread_create(&g_thread[cpu], in mtcp_create_context()
1517 pthread_join(g_thread[mctx->cpu], NULL); in mtcp_free_context()
1523 pthread_join(g_thread[mctx->cpu], NULL); in mtcp_free_context()