File: sigqueue.2

package info (click to toggle)
manpages-ja 0.5.0.0.20050315-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,620 kB
  • ctags: 4
  • sloc: sh: 12,675; perl: 157; makefile: 106
file content (126 lines) | stat: -rw-r--r-- 3,402 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
.\" Copyright (c) 2002 Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.\" 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.  
.\" 
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" added note on self-signalling, aeb, 2002-06-07
.\" added note on CAP_KILL, mtk, 2004-06-16
.\"
.\" Japanese Version Copyright (c) 2002, 2005 Yuichi SATO
.\"         all rights reserved.
.\" Translated Tue Aug  6 03:16:25 JST 2002
.\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
.\" Updated & Modified Sat Jan  8 07:45:09 JST 2005
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\"
.TH SIGQUEUE 2 2004-06-16 "Linux 2.6.7" "Linux Programmer's Manual"
.SH ̾
sigqueue \- ʥȥǡץ
.SH 
.B #include <signal.h>
.sp
.BI "int sigqueue(pid_t " pid ", int " sig ", const union sigval " value ");
.SH 
.BR sigqueue ()

.I sig
ǻꤵ줿ʥPID 
.I pid
Ǥץ롣
ʥΤɬפʸ¤
.BR kill (2)
ƱǤ롣
.BR kill (2)
Ʊͤˡ̥롦ʥ (0) Ȥä
ꤷ PID Υץ¸ߤ뤫å뤳ȤǤ롣
.PP
.I value
ϥʥȰǡ°ƥꤹ롣
.I value
 (ޤϥݥ󥿤ͤǤ) ʲΤ褦ʷǤ롣
.sp
.in +2n
.nf
union sigval {
    int   sival_int;
    void *sival_ptr;
};
.fi
.in -2n

ΥץˡΥʥФϥɥ
.RB ( sigaction (2) 
 
.B SA_SIGINFO
ꤷ) 󥹥ȡ뤷Ƥȡ
Υϥɥ 2 Ϥ
.I siginfo_t
¤Τ
.I si_value
եɤˤäơΥǡǤ롣
ˡι¤Τ
.I si_code
եɤ
.B SI_QUEUE
ꤵ롣
.SH ֤
.BR sigqueue ()
 0 ֤
ϼ¦ץԤ
ʥ뤬줿Ȥ򼨤
Ԥ \-1 ֤졢
.I errno
顼ɽͤꤵ롣
.SH 顼
.TP
.B EAGAIN
Ԥ륷ʥκã
.BR signal (7)
򻲾Ȥ뤳)
.TP
.B EINVAL
.I sig
Ǥ롣
.TP
.B EPERM
Υץˤϡ¦ץ˥ʥ븢¤ʤ
ɬפʸ¤ˤĤƤϡ
.BR kill (2)
򻲾Ȥ뤳ȡ
.TP
.B ESRCH
.I pid
˥ޥå PID Υץʤ
.SH 
δؿƤӽФץˤδؿʥäȤˡ
ʥ뤬ƤӽФ¦åɤ˥֥å줺
 (ʥ뤬֥åʤäޤ
.BR sigwait (3)
ѤΤԤäƤ뤳Ȥˤ)
Υʥ򰷤åɤʤϡ
δؿ꥿󤹤ˡʤȤ
ΥåɤФƥʥ뤬ƤʤФʤʤ
.SH 
POSIX 1003.1-2001
.SH Ϣ
.BR kill (2),
.BR sigaction (2),
.BR signal (2),
.BR sigwait (3),
.BR signal (7)