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

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

Completed in 58 milliseconds