Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/rt/
H A Dmqueue.c84 thread_communication_data_t *mqd_tcd; /* SIGEV_THREAD notification */ member
537 mqdp->mqd_tcd = NULL; in mq_open()
626 if ((tcdp = mqdp->mqd_tcd) != NULL) { in mq_close()
627 mqdp->mqd_tcd = NULL; in mq_close()
969 if ((tcdp = mqdp->mqd_tcd) != NULL) { in mq_notify()
973 tcdp = mqdp->mqd_tcd; in mq_notify()
974 mqdp->mqd_tcd = NULL; in mq_notify()
1018 if ((tcdp = mqdp->mqd_tcd) != NULL && in mq_notify()
1020 mqdp->mqd_tcd = NULL; in mq_notify()
1023 if ((tcdp = mqdp->mqd_tcd) == NULL) { in mq_notify()
[all …]