Searched refs:mg_thread_func_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/mongoose/
H A Dmongoose.c255 typedef void * (*mg_thread_func_t)(void *); typedef
1116 static int start_thread(struct mg_context *ctx, mg_thread_func_t f, void *p) {
1229 static int start_thread(struct mg_context *ctx, mg_thread_func_t func,
4252 start_thread(ctx, (mg_thread_func_t) master_thread, ctx);
4256 if (start_thread(ctx, (mg_thread_func_t) worker_thread, ctx) != 0) {

Completed in 96 milliseconds