OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigev_notify
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/compat/linux/common/
linux_sigevent.h
48
int
sigev_notify
;
member in struct:linux_sigevent
linux_mqueue.c
202
if (sig.
sigev_notify
== SIGEV_SIGNAL &&
linux_signal.c
868
switch (lsep->
sigev_notify
) {
870
nsep->
sigev_notify
= SIGEV_SIGNAL;
874
nsep->
sigev_notify
= SIGEV_NONE;
/src/sys/compat/linux32/common/
linux32_sigevent.h
50
int
sigev_notify
;
member in struct:linux32_sigevent
linux32_signal.c
667
switch (lsep->
sigev_notify
) {
669
nsep->
sigev_notify
= SIGEV_SIGNAL;
673
nsep->
sigev_notify
= SIGEV_NONE;
/src/tests/lib/libc/sys/
t_timer_create.c
100
evt.
sigev_notify
= SIGEV_SIGNAL;
262
ev.
sigev_notify
= SIGEV_SIGNAL;
268
ev.
sigev_notify
= SIGEV_THREAD + 100;
/src/sys/sys/
signal.h
298
int
sigev_notify
;
member in struct:sigevent
/src/sys/kern/
kern_time.c
1180
if (pt->pt_ev.
sigev_notify
!= SIGEV_SIGNAL) {
1240
((pt->pt_ev.
sigev_notify
< SIGEV_NONE) ||
1241
(pt->pt_ev.
sigev_notify
> SIGEV_SA)) ||
1242
(pt->pt_ev.
sigev_notify
== SIGEV_SIGNAL &&
1261
pt->pt_ev.
sigev_notify
= SIGEV_SIGNAL;
1666
pt->pt_ev.
sigev_notify
= SIGEV_SIGNAL;
1797
if (pt->pt_ev.
sigev_notify
!= SIGEV_SIGNAL) {
sys_aio.c
464
if (sig->sigev_signo == 0 || sig->
sigev_notify
== SIGEV_NONE)
501
sig->
sigev_notify
< SIGEV_NONE || sig->
sigev_notify
> SIGEV_SA)
972
sig->
sigev_notify
< SIGEV_NONE ||
973
sig->
sigev_notify
> SIGEV_SA))
sys_mqueue.c
876
mq->mq_sig_notify.
sigev_notify
== SIGEV_SIGNAL) {
969
if (sig.
sigev_notify
== SIGEV_SIGNAL &&
/src/usr.bin/flock/
flock.c
270
ev.
sigev_notify
= SIGEV_SIGNAL;
/src/sys/compat/netbsd32/
netbsd32_mqueue.c
193
if (sig32.
sigev_notify
== SIGEV_SIGNAL &&
netbsd32_conv.h
838
ev->
sigev_notify
= ev32->
sigev_notify
;
netbsd32.h
737
int
sigev_notify
;
member in struct:netbsd32_sigevent
/src/sys/arch/usermode/dev/
ld_thunkbus.c
172
tt->tt_aio.aio_sigevent.
sigev_notify
= SIGEV_SIGNAL;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.h
93
int
sigev_notify
;
member in struct:__sanitizer::__sanitizer_sigevent
Completed in 27 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025