Functions | |
| MQ_EXTERN MQ_PTR | MqSysCalloc (MqErrorSP const error, MQ_SIZE nmemb, MQ_SIZE size) |
| 'calloc' system call with error handling feature | |
| MQ_EXTERN void | MqSysFree (MqErrorSP const error, MQ_PTR *buf) |
| 'free' system call with error handling feature | |
| MQ_EXTERN MqErrorE | MqSysUSleep (MqErrorSP const error, long usec) |
| 'usleep' system call with error handling feature | |
| MQ_EXTERN MqErrorE | MqSysSleep (MqErrorSP const error, unsigned int sec) |
| 'sleep' system call with error handling feature | |
this is only the collection of public available procedures.
1.3.8-20040928