Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dcore.c63 struct mtcp_thread_context *g_pctx[MAX_CPUS] = {0}; variable
106 g_pctx[i]->exit = TRUE; in HandleSignal()
111 if (g_pctx[i]) in HandleSignal()
112 g_pctx[i]->interrupt = TRUE; in HandleSignal()
118 g_pctx[i]->exit = TRUE; in HandleSignal()
1334 g_pctx[cpu] = ctx; in MTCPRunThread()
1471 struct mtcp_thread_context *ctx = g_pctx[mctx->cpu]; in mtcp_destroy_context()
1487 struct mtcp_thread_context *ctx = g_pctx[mctx->cpu]; in mtcp_free_context()
1494 if (g_pctx[mctx->cpu] == NULL) return; in mtcp_free_context()
1619 g_pctx[mctx->cpu] = NULL; in mtcp_free_context()