SAMV71 Xplained Ultra Software Package 1.3

lwip_select_cb Struct Reference

Data Fields

struct lwip_select_cbnext
fd_setreadset
fd_setwriteset
fd_setexceptset
int sem_signalled
sys_sem_t sem

Detailed Description

Description for a task waiting in select

Definition at line 80 of file sockets.c.


Field Documentation

unimplemented: exceptset passed to select

Definition at line 88 of file sockets.c.

Pointer to the next waiting task

Definition at line 82 of file sockets.c.

readset passed to select

Definition at line 84 of file sockets.c.

semaphore to wake up a task waiting for select

Definition at line 92 of file sockets.c.

don't signal the same semaphore twice: set to 1 when signalled

Definition at line 90 of file sockets.c.

writeset passed to select

Definition at line 86 of file sockets.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines