Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dcore.c67 static pthread_t log_thread[MAX_CPUS] = {0}; variable
1417 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()