Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/epwget/
H A Depwget.c132 static struct thread_context *g_ctx[MAX_CPUS] = {0}; variable
620 g_ctx[core] = ctx; in InitWget()
762 g_ctx[core] = NULL; in RunWget()
H A Depwget-mp.c131 static struct thread_context *g_ctx[MAX_CPUS] = {0}; variable
618 g_ctx[core] = ctx; in InitWget()
760 g_ctx[core] = NULL; in RunWget()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h341 struct mtcp_context *g_ctx[MAX_CPUS]; variable
/mOS-networking-stack/core/src/
H A Devent_callback.c671 mctx_t const mctx = g_ctx[mtcp->ctx->cpu]; in HandleCallback()
H A Dscalable_event.c1083 mctx_t const mctx = g_ctx[mtcp->ctx->cpu]; in HandleCallback()
H A Dcore.c1406 g_ctx[cpu] = mctx; in mtcp_create_context()