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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsysglue.h139 #define POLLMSG 0x0080 macro
141 #define POLLMSG 0x0080 macro
H A Dsys_glue.c324 gref->sevents |= POLLMSG;
326 gref->sevents &= ~POLLMSG;
724 if (gref->sevents & POLLMSG) {
725 gref->sevents &= ~POLLMSG;
786 if (gref->sevents & POLLMSG) {
787 gref->sevents &= ~POLLMSG;

Completed in 76 milliseconds