File: semctl.2

package info (click to toggle)
manpages-ja 0.4.0.0.20000115-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,760 kB
  • ctags: 3
  • sloc: sh: 6,269; perl: 155; makefile: 55
file content (331 lines) | stat: -rw-r--r-- 7,670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
.\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one
.\" 
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein.  The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\" 
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" Modified Tue Oct 22 17:53:56 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified Fri Jun 19 10:59:15 1998 by Andries Brouwer <aeb@cwi.nl>
.\"
.\" Japanese Version Copyright (c) 1997,1998 HANATAKA Shinya
.\"         all rights reserved.
.\" Translated Sun Feb 23 22:49:48 JST 1997
.\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\" Modified Thu Sep 10 00:05:24 JST 1998
.\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\"
.\"WORD:	semaphore		ޥե
.\"WORD:	union			
.\"WORD:	buffer			Хåե
.\"WORD:	member			С
.\"WORD:	superuser		ѡ桼
.\"WORD:	effective uid		¸桼ID
.\"WORD:	creator			
.\"WORD:	owner			ͭ
.\"WORD:	entry			ȥ
.\"WORD:	undo			ɥ
.\"WORD:	implement		
.\"WORD:	queue			塼
.\"
.TH SEMCTL 2 "November 1, 1993" "Linux 0.99.13" "Linux Programmer's Manual" 
.SH ̾
semctl \- ޥեԤʤ
.SH 
.nf
.B
#include <sys/types.h>
.B
#include <sys/ipc.h>
.B
#include <sys/sem.h>

#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
/*  semun  <sys/sem.h> ˴ޤޤƤ */
#else
/* X/OPEN ˽ʤмʬȤǰʲΤ褦ʤФʤʤ */
union semun {
	int val;                    /* value for SETVAL */
	struct semid_ds *buf;       /* buffer for IPC_STAT, IPC_SET */
	unsigned short int *array;  /* array for GETALL, SETALL */
	struct seminfo *__buf;      /* buffer for IPC_INFO */
};
#endif
.fi
.sp
.BI "int semctl (int " semid ,
.BI "int " semnum ,
.BI "int " cmd ,
.BI "union semun " arg )
.SH 
δؿ
.IR semid
ǻꤵ줿ޥե(semaphore set)(ޤ
ޥե
.IR semnun 
Υޥե)
.I cmd
ꤵ줿ԤʤκǽΥޥե
.IR semnun

.B 0
Ǽ롣
.PP
.sp
.I cmd
ͤ
.TP 12
.B IPC_STAT
ޥեΥǡ¤Τξ
.IB arg .buf \fR.
ǻؤ줿Хåեإԡ롣
.I semnum
̵뤵롣ƤӽФץϤΥޥեФ
ɤ߹ߥθ¤ʤФʤʤ
.TP
.B IPC_SET
.IB arg .buf
ǻꤵ줿
.B semid_ds
¤ΤΥСΤĤͤ򥻥ޥեΥǡ¤Τ˽񤭹ࡢ
.B sem_ctime
Сͤ⹹롣
.IB arg .buf
ˤäƻꤵ桼Ϳ
.B "semid_ds ¤"
ΤθСϰʲ̤
.nf
.sp
.ft B
	sem_perm.uid
	sem_perm.gid
	sem_perm.mode	\fR/* only lowest 9-bits */\fP
.fi
.ft R
.sp
ƤӽФץμ¸(effective)桼ID ϥѡ桼
Υޥեκ(creator)ͭ(owner)ǤʤФʤʤ
.I semnum
̵뤵롣
.TP
.B IPC_RMID
ޥեȤΥǡ¤Τ򤿤˺(remove)
Ԥ֤ˤץܳФᤵ(
.B errno

.BR EIDRM
ꤵ졢顼Ȥ֤뤳Ȥˤ롣)
ƤӽФץμ¸(effective)桼ID ϥѡ桼
Υޥեκ(creator)ͭ(owner)ǤʤФʤʤ
.I semnum
̵뤵롣
.TP
.B GETALL
ƤΥޥե
.B semval
ͤ
.IB arg .array \FfR
֤
.I semnum
̵뤵롣
ƤӽФץϤΥޥեɤ߹ߥθʤ
ʤʤ
.TP
.B GETNCNT
ƥࡦϽ
.IR semnum 
Υޥե
.B semncnt
֤ͤ(
.IR semnum 
Υޥե
.B semval
äԤäƤץο)
ƤӽФץϤΥޥեɤ߹ߥθʤ
ʤʤ
.TP
.B GETPID
ƥࡦϽ
.IR semnum 
Υޥե
.B sempid
֤ͤ(
.IR semnum 
Υޥե˺Ǹ
.B semop
¹Ԥץ pid)
ƤӽФץϤΥޥեɤ߹ߥθʤ
ʤʤ
.TP
.B GETVAL
ƥࡦϽ
.IR semnum 
Υޥե
.B semval
֤ͤ
ƤӽФץϤΥޥեɤ߹ߥθʤ
ʤʤ
.TP
.B GETZCNT
ƥࡦϽ
.IR semnum 
Υޥե
.B semzcnt
֤ͤ(
.IR semnum 
Υޥե
.B semval
ͤ 0 ˤʤΤԤäƤץο)
ƤӽФץϤΥޥեɤ߹ߥθʤ
ʤʤ
.TP
.B SETALL
ƤΥޥե
.B semval

.IB arg .array
ǻꤵ줿ͤꤹ롣
ν
.B semid_ds
¤Τ
.B sem_ctime
Сͤ⹹롣
ƤΥץΥޥեѹˤĤƤΥɥȥ
õ(clear)롣
.B semval
ͤ 0 ˤʤ뤫äԤ塼(queue)(sleep)Ƥ
ץϺƳ(awake)롣
.I semnum
̵뤵롣
ƤӽФץϤΥޥեѹθʤ
ʤʤ
.TP
.B SETVAL

.IR semnum ܤ
ޥե
.B semval

.IB arg .val
ͤꤹ롣ν˴Ϣ
.B semid_ds
¤Τ
.B sem_ctime
Сͤ⹹롣
ƤΥץΥޥեѹˤĤƤΥɥȥϾõ롣
.B semval
ͤ 0 ˤʤ뤫äԤ塼(queue)(sleep)Ƥ
ץϺƳ(awake)롣
ƤӽФץϤΥޥեѹθʤ
ʤʤ
.SH ֤
Ԥϥƥࡦ
.B \-1
֤
.B errno
ˤΥ顼򼨤
ǤʤХƥࡦ
.I cmd
ˤäưʲǤʤ֤ͤ:
.TP 11
.B GETNCNT
.BR semncnt
͡
.TP
.B GETPID
.BR sempid
͡
.TP
.B GETVAL
.BR semval
͡
.TP
.B GETZCNT
.BR semzcnt
͡
.SH 顼
Ԥ
.B errno
ˤϰʲͤΤɤ줫ꤵ:
.TP 11
.B EACCES
ƤӽФץ
.IR cmd 
¹ԤΤɬפʥĤäƤʤ
.TP
.B EFAULT
.IB arg .buf
ޤ
.IB arg .array
ǻؤƤ륢ɥ쥹˥뤳ȤǤʤ
.TP
.B EIDRM
ޥե礬(remove)줿
.TP
.B EINVAL
.I cmd
ޤ
.IR semid
̵ͤꤵ줿
.TP
.B EPERM
.I cmd

.B IPC_SET
ޤ
.B IPC_RMID
ꤵ졢ƤӽФץμ¸(effective)桼ID 
Υޥɤ¹Ԥ븢äƤʤ
.TP
.B ERANGE
.I cmd

.B SETALL
ޤ
.B SETVAL
ꤵ졢(ΥޥեΤɤ줫)
.B semval
ꤵͤ 0 꾮
.BR SEMVMX
.SH 
.BR IPC_INFO

.BR SEM_STAT

.B SEM_INFO
.BR ipcs (8)
ץˤäƳ줿񸻤ˤĤƾ󶡤뤿˻Ѥ롣
ŪˤϤ proc ե롦ƥѤΤ˽
⤷ʤ
.PP
ʲ
.B semctl
˱ƶ륻ޥեΥƥ:
.TP 11
.B SEMVMX
.BR semval
κ : ¸(32767)
.SH 
SVr4, SVID.  SVr4 ˤ¾ EINVAL, EOVERFLOW 顼ˤĤƤεҤ롣
.SH Ϣ
.BR ipc (5),
.BR shmget (2),
.BR shmat (2),
.BR shmdt (2)