FreeRDP
|
#include <winpr/wtypes.h>
#include <winpr/synch.h>
#include <winpr/config.h>
#include <sys/select.h>
Data Structures | |
struct | FdIndex |
struct | WINPR_POLL_SET |
Functions | |
BOOL | pollset_init (WINPR_POLL_SET *set, size_t nhandles) |
void | pollset_uninit (WINPR_POLL_SET *set) |
void | pollset_reset (WINPR_POLL_SET *set) |
BOOL | pollset_add (WINPR_POLL_SET *set, int fd, ULONG mode) |
int | pollset_poll (WINPR_POLL_SET *set, DWORD dwMilliseconds) |
BOOL | pollset_isSignaled (WINPR_POLL_SET *set, size_t idx) |
BOOL | pollset_isReadSignaled (WINPR_POLL_SET *set, size_t idx) |
BOOL | pollset_isWriteSignaled (WINPR_POLL_SET *set, size_t idx) |
BOOL pollset_add | ( | WINPR_POLL_SET * | set, |
int | fd, | ||
ULONG | mode | ||
) |
BOOL pollset_init | ( | WINPR_POLL_SET * | set, |
size_t | nhandles | ||
) |
BOOL pollset_isReadSignaled | ( | WINPR_POLL_SET * | set, |
size_t | idx | ||
) |
BOOL pollset_isSignaled | ( | WINPR_POLL_SET * | set, |
size_t | idx | ||
) |
BOOL pollset_isWriteSignaled | ( | WINPR_POLL_SET * | set, |
size_t | idx | ||
) |
int pollset_poll | ( | WINPR_POLL_SET * | set, |
DWORD | dwMilliseconds | ||
) |
void pollset_reset | ( | WINPR_POLL_SET * | set | ) |
void pollset_uninit | ( | WINPR_POLL_SET * | set | ) |