ApertureOS
Data Structures | Enumerations | Functions
message_pump.h File Reference
#include "types.h"
Include dependency graph for message_pump.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...