GNU libmicrohttpd 0.9.77
|
functions to run poll-based event loop More...
#include "internal.h"
#include "connection_add.h"
#include "connection_call_handlers.h"
#include "connection_finish_forward.h"
#include "daemon_poll.h"
#include "upgrade_process.h"
#include "request_resume.h"
Go to the source code of this file.
Functions | |
enum MHD_StatusCode | MHD_daemon_poll_ (struct MHD_Daemon *daemon, bool may_block) |
functions to run poll-based event loop
Definition in file daemon_poll.c.
enum MHD_StatusCode MHD_daemon_poll_ | ( | struct MHD_Daemon * | daemon, |
bool | may_block | ||
) |
Do poll()-based processing.
daemon | daemon to run poll()-loop for |
may_block | true if blocking, false if non-blocking |
Definition at line 447 of file daemon_poll.c.
References MHD_Daemon::shutdown, and MHD_Daemon::threading_mode.
Referenced by MHD_daemon_run(), and MHD_polling_thread().