manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 25 for semaphore (0.024 sec.)
Man page of SHMOP 11889
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... es a System V shared memory segment and a System V semaphore set. The program prints out the IDs of the created ... objects, and then waits for the semaphore to change value. $ ./svshm_string_read shmid = 111 ... rguments: the IDs of the shared memory segment and semaphore set created by the "reader", and a string. It atta ... the string to the shared memory, and modifies the semaphore value. $ ./svshm_string_write 1114194 15 'Hello, w ...
https://man.plustar.jp/manpage/man2/shmat.2.html - [similar]
Man page of SHMOP 11889
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... es a System V shared memory segment and a System V semaphore set. The program prints out the IDs of the created ... objects, and then waits for the semaphore to change value. $ ./svshm_string_read shmid = 111 ... rguments: the IDs of the shared memory segment and semaphore set created by the "reader", and a string. It atta ... the string to the shared memory, and modifies the semaphore value. $ ./svshm_string_write 1114194 15 'Hello, w ...
https://man.plustar.jp/manpage/man2/shmdt.2.html - [similar]
Man page of SHMOP 11889
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... es a System V shared memory segment and a System V semaphore set. The program prints out the IDs of the created ... objects, and then waits for the semaphore to change value. $ ./svshm_string_read shmid = 111 ... rguments: the IDs of the shared memory segment and semaphore set created by the "reader", and a string. It atta ... the string to the shared memory, and modifies the semaphore value. $ ./svshm_string_write 1114194 15 'Hello, w ...
https://man.plustar.jp/manpage/man2/shmop.2.html - [similar]
Man page of SEMCTL 11573
SEMCTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 semctl ... () は、 semid で指定された System V セマフォ集合 (semaphore set) またはセマフォ集合の semnun 番目のセマフォに対 ... elow) that specifies the access permissions on the semaphore set. sem_otime Time of last semop (2) system call. ... sem_ctime Time of creation of semaphore set or time of last semctl () IPCSET , SETVAL , or ... SETALL operation. sem_nsems Number of semaphores in the set. Each semaphore of the set is referenc ...
https://man.plustar.jp/manpage/man2/semctl.2.html - [similar]
Man page of SEMGET 9680
SEMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semget ... 説明 The semget () system call returns the System V semaphore set identifier associated with the argument key . ... r to obtain the identifier of a previously created semaphore set (when semflg is zero and key does not have the ... は errno には以下の値のどれかが設定される: EACCES A semaphore set exists for key , but the calling process does ... に挙げる: SEMMNI System-wide limit on the number of semaphore sets. On Linux systems before version 3.19, the de ...
https://man.plustar.jp/manpage/man2/semget.2.html - [similar]
Man page of SHM_OPEN 8418
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... below employ POSIX shared memory and POSIX unnamed semaphores to exchange a piece of data. The "bounce" program ... ude < sys/mman.h > #include < fcntl.h > #include < semaphore.h > #include < sys/stat.h > #include < stdio.h > # ... ct */ struct shmbuf { sem_t sem1; /* POSIX unnamed semaphore */ sem_t sem2; /* POSIX unnamed semaphore */ size_ ... process's address space, and initializes two POSIX semaphores inside the object to 0. After the "send" program ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 8418
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... below employ POSIX shared memory and POSIX unnamed semaphores to exchange a piece of data. The "bounce" program ... ude < sys/mman.h > #include < fcntl.h > #include < semaphore.h > #include < sys/stat.h > #include < stdio.h > # ... ct */ struct shmbuf { sem_t sem1; /* POSIX unnamed semaphore */ sem_t sem2; /* POSIX unnamed semaphore */ size_ ... process's address space, and initializes two POSIX semaphores inside the object to 0. After the "send" program ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of SEM_OVERVIEW 8269
SEM_OVERVIEW Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 ... する。 POSIX セマフォには、名前付きセマフォ (named semaphore) と 名前なしセマフォ (unnamed semaphore) の 2つの形 ... 置かれる (前者を スレッド共有セマフォ (thread-shared semaphore) 、 後者を プロセス共有セマフォ (process-shared se ...
https://man.plustar.jp/manpage/man7/sem_overview.7.html - [similar]
Man page of SEMOP 8036
SEMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semop, ... imedop (): _GNU_SOURCE 説明 System V セマフォ集合 (semaphore set) のメンバーの各セマフォは 以下の関連情報を持っ ... ている: unsigned short semval; /* semaphore value */ unsigned short semzcnt; /* # waiting for ... the permissions required to perform the specified semaphore operations, and does not have the CAP_IPC_OWNER ca ... emid omitted */ sops[0].sem_num = 0; /* Operate on semaphore 0 */ sops[0].sem_op = 0; /* Wait for value to equa ...
https://man.plustar.jp/manpage/man2/semop.2.html - [similar]
Man page of SEMOP 8036
SEMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semop, ... imedop (): _GNU_SOURCE 説明 System V セマフォ集合 (semaphore set) のメンバーの各セマフォは 以下の関連情報を持っ ... ている: unsigned short semval; /* semaphore value */ unsigned short semzcnt; /* # waiting for ... the permissions required to perform the specified semaphore operations, and does not have the CAP_IPC_OWNER ca ... emid omitted */ sops[0].sem_num = 0; /* Operate on semaphore 0 */ sops[0].sem_op = 0; /* Wait for value to equa ...
https://man.plustar.jp/manpage/man2/semtimedop.2.html - [similar]
PREV 1 2 3 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022