API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <sys/ipc.h>
#include <sys/_types.h>
Go to the source code of this file.
Data Structures |
|
struct | shmid_ds |
Defines |
|
#define | SHM_RDONLY 010000 |
#define | SHM_RND 020000 |
#define | SHMLBA PAGE_SIZE |
#define | SHM_R (IPC_R) |
#define | SHM_W (IPC_W) |
#define | SHM_LOCK 11 |
#define | SHM_UNLOCK 12 |
#define | SHM_STAT 13 |
#define | SHM_INFO 14 |
Typedefs |
|
typedef __pid_t | pid_t |
typedef __time_t | time_t |
typedef __size_t | size_t |
Functions |
|
__BEGIN_DECLS IMPORT_C int | shmget (key_t key, int size, int shmflg) |
IMPORT_C void * | shmat (int shmid, const void *shmaddr, int shmflg) |
IMPORT_C int | shmdt (const void *shmaddr) |
IMPORT_C int | shmctl (int shmid, int cmd, struct shmid_ds *buf) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|