Go to the source code of this file.
Functions | |
| static void | InternalPrintf (const char *f, va_list l) |
| int | printf (const char *fmt,...) |
| static void | CommunicationServer (int sleepTime, int where) |
| void | CmiHandleImmediate () |
| int | CmemInsideMem () |
| void | CmemCallWhenMemAvail () |
| static void | ConverseRunPE (int everReturn) |
| void | CmiYield (void) |
| void | ConverseCommonExit (void) |
| void | TokenUpdatePeriodic () |
| void | getAvailSysMem () |
| static void | CmiDestoryLocks () |
| void | tearDownSharedBuffers () |
| static void | machine_exit (int status) |
| static void | charmrun_abort (const char *) |
| static void | KillEveryone (const char *msg) |
| static void | KillEveryoneCode (int n) |
| static void | KillOnAllSigs (int sigNo) |
Variables | |
| int | _kq = -1 |
| gm_port * | gmport = NULL |
| int | portFinish = 0 |
| mx_endpoint_t | endpoint |
| mx_endpoint_addr_t | endpoint_addr |
| int | MX_FILTER = 123456 |
| static uint64_t | Cmi_nic_id = 0 |
| int | Cmi_commthread = 0 |
| int | putSrcHandler |
| int | putDestHandler |
| int | getSrcHandler |
| int | getDestHandler |
| static unsigned int | dataport = 0 |
| static int | Cmi_mach_id = 0 |
| static SOCKET | dataskt |
| static int | machine_initiated_shutdown = 0 |
| static int | already_in_signal_handler = 0 |
Definition in file machine.c.
1.5.1