Home
last modified time | relevance | path

Searched refs:mqd_tcd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c535 mqdp->mqd_tcd = NULL; in mq_open()
624 if ((tcdp = mqdp->mqd_tcd) != NULL) { in mq_close()
625 mqdp->mqd_tcd = NULL; in mq_close()
967 if ((tcdp = mqdp->mqd_tcd) != NULL) { in mq_notify()
971 tcdp = mqdp->mqd_tcd; in mq_notify()
972 mqdp->mqd_tcd = NULL; in mq_notify()
1016 if ((tcdp = mqdp->mqd_tcd) != NULL && in mq_notify()
1018 mqdp->mqd_tcd = NULL; in mq_notify()
1035 mqdp->mqd_tcd = tcdp; in mq_notify()
1139 if ((tcdp = mqdp->mqd_tcd) != NULL) { in postfork1_child_sigev_mq()
[all …]