Searched refs:mq_notify (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/tests/sys/mqueue/
H A Dmqtest1.c42 status = mq_notify(mq, &sigev);
44 err(1, "mq_notify");
45 status = mq_notify(mq, &sigev);
47 err(1, "mq_notify 2");
49 err(1, "mq_notify 3");
50 status = mq_notify(mq, NULL);
52 err(1, "mq_notify 4");
H A Dmqtest5.c78 status = mq_notify(mq, &sigev);
80 err(1, "child: mq_notify");
/freebsd-10-stable/include/
H A Dmqueue.h42 int mq_notify(mqd_t, const struct sigevent *);
/freebsd-10-stable/lib/librt/
H A DVersion.map13 mq_notify;
H A Dmq.c65 __weak_reference(__mq_notify, mq_notify);
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_dummy.c83 DUMMY(mq_notify); variable
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_dummy.c80 DUMMY(mq_notify); variable
/freebsd-10-stable/lib/libc/sys/
H A DMakefile.inc235 mq_notify.2 \

Completed in 110 milliseconds