Searched defs:mq_ntype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c106 uint32_t mq_ntype; /* notification type (SIGEV_*) */ member in struct:mq_header
347 if (mqhp->mq_ntype == SIGEV_THREAD ||
348 mqhp->mq_ntype == SIGEV_PORT)
350 mqhp->mq_ntype = 0;
621 mqhp->mq_ntype = 0;
980 mqhp->mq_ntype = 0;
1050 mqhp->mq_ntype = ntype;

Completed in 45 milliseconds