Home | History | Annotate | Download | only in telephony

Lines Matching refs:pending

36     void*  pending[ SYS_MAX_QUEUE ];
52 queue->pending[ queue->end++ ] = item;
64 if ( queue->pending[nn] == item ) {
65 queue->pending[nn] = queue->pending[nn+count-1];
78 return queue->pending[ queue->start++ ];
89 char pending;
114 channel->pending = 0;
176 /* queue of pending channels */
289 if (channel->pending) {
291 /* is in the pending list, set a flag */
453 /* enqueue pending channels */
476 channel->pending = 1;
484 /* enqueue pending timers */
527 channel->pending = 0;