|
ApertureOS
|
#include "types.h"
Go to the source code of this file.
Data Structures | |
| struct | MsgData |
| Message Data. More... | |
Enumerations | |
| enum | PumpMsgTypes { MSG_T_NONE = 0, MSG_T_ERROR = 1, MSG_T_SOCK = 3 } |
| Messages that can be sent by the message pump. More... | |
Functions | |
| void | MsgPump_Register () |
| Register the current thread to recieve message pump notifications. More... | |
| void | MsgPump_SendMessage () |
| Send a message through the message pump. More... | |
1.8.9.1