Searched refs:pendingEvents (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Devtloop.cpp338 bool moreRequested, pendingEvents; local
342 pendingEvents = evtLoop.Pending();
343 if( pendingEvents ) break;
349 if( !pendingEvents && !moreRequested )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.c261 io->pendingEvents &= ~EV_READ;
338 io->pendingEvents &= ~EV_WRITE;
481 if ( io->pendingEvents & EV_WRITE )
719 if( ( event & EV_READ ) && ! ( io->pendingEvents & EV_READ ) )
724 io->pendingEvents |= EV_READ;
727 if( ( event & EV_WRITE ) && ! ( io->pendingEvents & EV_WRITE ) )
732 io->pendingEvents |= EV_WRITE;
749 if( ( event & EV_READ ) && ( io->pendingEvents & EV_READ ) )
754 io->pendingEvents &= ~EV_READ;
757 if( ( event & EV_WRITE ) && ( io->pendingEvents
925 short int pendingEvents; local
[all...]
H A Dpeer-io.h84 short int pendingEvents; member in struct:tr_peerIo

Completed in 164 milliseconds