View | Details | Raw Unified | Return to bug 239966 | Differences between
and this patch

Collapse All | Expand All

(-)b/lib/libc/sys/timer_create.2 (-8 / +12 lines)
Lines 78-93 when the timer expires. Link Here
78
If
78
If
79
.Fa evp->sigev_notify
79
.Fa evp->sigev_notify
80
is
80
is
81
.Dv SIGEV_SIGNO
81
.Dv SIGEV_SIGNAL ,
82
or
83
.Dv SIGEV_THREAD_ID ,
84
the signal specified in
82
the signal specified in
85
.Fa evp->sigev_signo
83
.Fa evp->sigev_signo
86
will be sent to the calling process
84
will be sent to the calling process.
87
.Pq Dv SIGEV_SIGNO
85
.Pp
88
or to the thread whose LWP ID is
86
If
89
.Fa evp->sigev_notify_thread_id
87
.Fa evp->sigev_notify
90
.Pq Dv SIGEV_THREAD_ID .
88
is
89
.Dv SIGEV_THREAD ,
90
the signal specified in
91
.Fa evp->sigev_signo
92
will be sent to the thread whose LWP ID is
93
.Fa evp->sigev_notify_thread_id .
94
.Pp
91
The information for the queued signal will include:
95
The information for the queued signal will include:
92
.Bl -column ".Va si_value"
96
.Bl -column ".Va si_value"
93
.It Sy Member Ta Sy Value
97
.It Sy Member Ta Sy Value

Return to bug 239966