Searched refs:g_thread (Results 1 – 1 of 1) sorted by relevance
66 static pthread_t g_thread[MAX_CPUS] = {0}; variable1434 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()