Searched refs:mq_notfull (Results 1 – 1 of 1) sorted by relevance
110 sem_t mq_notfull; /* mq_send()'s block on this */ member197 (void) sem_init(&mqhp->mq_notfull, 1, (uint_t)maxmsg); in mq_init()365 (void) sem_post(&mqhp->mq_notfull); in owner_dead()694 err = sem_trywait(&mqhp->mq_notfull); in __mq_timedsend()700 err = sem_wait(&mqhp->mq_notfull); in __mq_timedsend()702 err = sem_timedwait(&mqhp->mq_notfull, timeout); in __mq_timedsend()704 err = sem_reltimedwait_np(&mqhp->mq_notfull, timeout); in __mq_timedsend()871 (void) sem_post(&mqhp->mq_notfull); in __mq_timedreceive()872 MQ_ASSERT_SEMVAL_LEQ(&mqhp->mq_notfull, ((int)mqhp->mq_maxmsg)); in __mq_timedreceive()