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

/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c1354 int res_thread_create; local
1598 res_thread_create = create_thread (&connection->pid,
1602 if (0 != res_thread_create)
1608 MHD_strerror_ (res_thread_create));
3632 int res_thread_create; local
4132 (0 != (res_thread_create =
4138 MHD_strerror_ (res_thread_create));
4250 if (0 != (res_thread_create =
4256 MHD_strerror_ (res_thread_create));

Completed in 48 milliseconds