Searched refs:log_thread (Results 1 – 1 of 1) sorted by relevance
67 static pthread_t log_thread[MAX_CPUS] = {0}; variable1417 if (pthread_create(&log_thread[cpu], in mtcp_create_context()1548 if ((ret = pthread_join(log_thread[ctx->cpu], NULL) != 0)) { in mtcp_free_context()