Functions | |
int | NutEventWait (HANDLE *qhp, u_long ms) |
Wait for an event in a specified queue. More... | |
void | NutEventPostAsync (HANDLE *qhp) |
Asynchronously post an event to a specified queue. More... | |
void | NutEventPost (HANDLE *qhp) |
Post an event to a specified queue. More... | |
void | NutEventBroadcastAsync (HANDLE *qhp) |
Asynchronously broadcast an event to a specified queue. More... | |
void | NutEventBroadcast (HANDLE *qhp) |
Broadcast an event to a specified queue. More... |