FreeRDP
winpr/libwinpr/synch/event.h File Reference
#include "../handle/handle.h"
#include <winpr/config.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  WINPR_EVENT_IMPL
 
struct  WINPR_EVENT
 

Functions

BOOL winpr_event_init (WINPR_EVENT_IMPL *event)
 
void winpr_event_init_from_fd (WINPR_EVENT_IMPL *event, int fd)
 
BOOL winpr_event_set (WINPR_EVENT_IMPL *event)
 
BOOL winpr_event_reset (WINPR_EVENT_IMPL *event)
 
void winpr_event_uninit (WINPR_EVENT_IMPL *event)
 

Function Documentation

◆ winpr_event_init()

BOOL winpr_event_init ( WINPR_EVENT_IMPL *  event)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ winpr_event_init_from_fd()

void winpr_event_init_from_fd ( WINPR_EVENT_IMPL *  event,
int  fd 
)
Here is the caller graph for this function:

◆ winpr_event_reset()

BOOL winpr_event_reset ( WINPR_EVENT_IMPL *  event)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ winpr_event_set()

BOOL winpr_event_set ( WINPR_EVENT_IMPL *  event)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ winpr_event_uninit()

void winpr_event_uninit ( WINPR_EVENT_IMPL *  event)
Here is the caller graph for this function: