Searched refs:mqd_tcd (Results 1 – 1 of 1) sorted by relevance
84 thread_communication_data_t *mqd_tcd; /* SIGEV_THREAD notification */ member537 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 …]