Searched defs:TAIL_PTR (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/rt/ | ||
H A D | mqueue.c | 149 #define TAIL_PTR(m, n) ((uint64_t *)((uintptr_t)m + \ macro 254 tailpp = TAIL_PTR(mqhp, mqhp->mq_curmaxprio); 320 tailpp = TAIL_PTR(mqhp, prio); |
Completed in 46 milliseconds