Searched defs:mtcp_thread_context (Results 1 – 1 of 1) sorted by relevance
304 struct mtcp_thread_context struct306 int cpu;307 pthread_t thread;308 uint8_t done:1, 309 exit:1, 310 interrupt:1;312 struct mtcp_manager* mtcp_manager;314 void *io_private_context;338 typedef struct mtcp_thread_context* mtcp_thread_context_t; argument