Searched refs:mtcp_create_context (Results 1 – 11 of 11) sorted by relevance
168 mtcp_create_context(int cpu);
254 if (!(mctx_list[i] = mtcp_create_context(i))) { in main()
309 if (!(g_mctx[i] = mtcp_create_context(i))) { in main()
383 ctx->mctx = mtcp_create_context(core); in CreateAndInitThreadContext()
594 mctx = mtcp_create_context(core); in RunMTCP()
595 mctx = mtcp_create_context(core); in RunMTCP()
793 mctx = mtcp_create_context(core); in RunMTCP()
791 mctx = mtcp_create_context(core); in RunMTCP()
632 srv->mctx = mtcp_create_context(cpu); in start_server()
1369 mtcp_create_context(int cpu) in mtcp_create_context() function