|
Data Structures |
struct | msqid_ds |
struct | msgbuf |
Defines |
#define | MSG_NOERROR 010000 |
Typedefs |
typedef unsigned long | msglen_t |
typedef unsigned long | msgqnum_t |
typedef __pid_t | pid_t |
typedef __size_t | size_t |
typedef __ssize_t | ssize_t |
typedef __time_t | time_t |
Functions |
__BEGIN_DECLS IMPORT_C int | msgget (key_t key, int msgflg) |
IMPORT_C int | msgsnd (int msqid, const void *msgp, size_t msgsz, int msgflg) |
IMPORT_C ssize_t | msgrcv (int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) |
IMPORT_C int | msgctl (int msqid, int cmd, struct msqid_ds *buf) |