Results of 1 - 10 of about 35 for shm (0.002 sec.)
- Man page of SHMCTL 12857
- SHMCTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 shmctl
...
制御する 書式 #include < sys/ipc.h > #include < sys/shm.h > int shmctl(int shmid , int cmd , struct shmid_ ...
ds * buf ); 説明 shmctl () は、識別子が shmid の System V 共有メモリーセ ...
して cmd で指示した制御命令を実行する。 buf 引数は、 shmid_ds 構造体へのポインターである。 この構造体は < s ...
ys/shm.h > で以下のように定義されている struct shmid_ds { ...
-
https://man.plustar.jp/manpage/man2/shmctl.2.html
- [similar]
- Man page of SHM_OPEN 11648
- SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_
...
open, shm_unlink - POSIX 共有メモリーオブジェクトの作成/オー ...
*/ #include < fcntl.h > /* O_* 定数の定義用 */ int shm_open(const char * name , int oflag , mode_t mode ) ...
; int shm_unlink(const char * name ); -lrt でリンクする。 説 ...
明 shm_open () は、POSIX 共有メモリーオブジェクトを新規に ...
-
https://man.plustar.jp/manpage/man3/shm_open.3.html
- [similar]
- Man page of SHM_OPEN 11648
- SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_
...
open, shm_unlink - POSIX 共有メモリーオブジェクトの作成/オー ...
*/ #include < fcntl.h > /* O_* 定数の定義用 */ int shm_open(const char * name , int oflag , mode_t mode ) ...
; int shm_unlink(const char * name ); -lrt でリンクする。 説 ...
明 shm_open () は、POSIX 共有メモリーオブジェクトを新規に ...
-
https://man.plustar.jp/manpage/man3/shm_unlink.3.html
- [similar]
- Man page of SHMGET 11170
- SHMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmget
...
り当てる 書式 #include < sys/ipc.h > #include < sys/shm.h > int shmget(key_t key , size_t size , int shmfl ...
g ); 説明 shmget () returns the identifier of the System V share ...
f a previously created shared memory segment (when shmflg is zero and key does not have the value IPC_PRI ...
は key に対応する共有メモリーセグメントが存在せず、 shmflg に IPC_CREAT が指定されていた場合、 新しい共有メ ...
-
https://man.plustar.jp/manpage/man2/shmget.2.html
- [similar]
- Man page of SHM_OVERVIEW 9706
- SHM_OVERVIEW Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前
...
の API では以下のインターフェースが採用されている。 shm_open (3) 新しいオブジェクトを生成しオープンする、も ...
空間から 共有メモリーオブジェクトをアンマップする。 shm_unlink (3) 共有メモリーオブジェクト名を削除する。 ...
close (2) shm_open (3) で割り当てられたファイルディスクリプターが ...
、 全てのプロセスがそのオブジェクトをアンマップし、 shm_unlink (3) で削除されるまで、存在し続ける。 リンク ...
-
https://man.plustar.jp/manpage/man7/shm_overview.7.html
- [similar]
- Man page of SHMOP 9372
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
の操作 書式 #include < sys/types.h > #include < sys/shm.h > void *shmat(int shmid , const void * shmaddr , ...
int shmflg ); int shmdt(const void * shmaddr ); 説明 shmat ...
() shmat () は shmid で指定された System V 共有メモリーセ ...
ドレス空間に付加 (attach) する。 付加するアドレスは shmaddr に以下のどれかの形式で指定する: • shmaddr が N ...
-
https://man.plustar.jp/manpage/man2/shmat.2.html
- [similar]
- Man page of SHMOP 9372
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
の操作 書式 #include < sys/types.h > #include < sys/shm.h > void *shmat(int shmid , const void * shmaddr , ...
int shmflg ); int shmdt(const void * shmaddr ); 説明 shmat ...
() shmat () は shmid で指定された System V 共有メモリーセ ...
ドレス空間に付加 (attach) する。 付加するアドレスは shmaddr に以下のどれかの形式で指定する: • shmaddr が N ...
-
https://man.plustar.jp/manpage/man2/shmdt.2.html
- [similar]
- Man page of SHMOP 9372
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
の操作 書式 #include < sys/types.h > #include < sys/shm.h > void *shmat(int shmid , const void * shmaddr , ...
int shmflg ); int shmdt(const void * shmaddr ); 説明 shmat ...
() shmat () は shmid で指定された System V 共有メモリーセ ...
ドレス空間に付加 (attach) する。 付加するアドレスは shmaddr に以下のどれかの形式で指定する: • shmaddr が N ...
-
https://man.plustar.jp/manpage/man2/shmop.2.html
- [similar]
- JM Project (Japanese)::List(man1) 7638
- Linux マニュアル 一覧表 アルファベット順 - s linuxマニュアルの s の一覧表です。 Linux マニュアル
...
hells - ログインシェルとして有効なファイルのパス名 shmat man2 shmat, shmdt - System V 共有メモリー (share ...
d memory) の操作 shmctl man2 shmctl - System V 共有メモリー (shared mem ...
ory) を制御する shmdt man2 shmat, shmdt - System V 共有メモリー (share ...
d memory) の操作 shmget man2 shmget - System V 共有メモリーセグメントを ...
-
https://man.plustar.jp/manpage/man_s.html
- [similar]
- Man page of SEM_OVERVIEW 7494
- SEM_OVERVIEW Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前
...
プロセス共有セマフォは、共有メモリー領域 (例えば、 shmget (2) を使って作成できる System V 共有メモリーセグ ...
メントや shm_open (3) を使って作成できる POSIX 共有メモリーオブ ...
の名前で作成される。仮想ファイルシステムは通常 /dev/shm 以下にマウントされる。 (これが、セマフォの名前の文 ...
t (3), sem_unlink (3), sem_wait (3), pthreads (7), shm_overview (7) この文書について この man ページは Li ...
-
https://man.plustar.jp/manpage/man7/sem_overview.7.html
- [similar]