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

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c207 if( tp->medJobQ.size ) {
208 tempJob = ( ThreadPoolJob * ) tp->medJobQ.head.next->item;
221 ListDelNode( &tp->medJobQ, tp->medJobQ.head.next, 0 );
243 ListAddTail( &tp->medJobQ, tempJob );
412 && ( tp->medJobQ.size == 0 )
487 } else if( tp->medJobQ.size > 0 ) {
488 head = ListHead( &tp->medJobQ );
491 ListDelNode( &tp->medJobQ, head, 0 );
628 jobs = tp->highJobQ.size + tp->lowJobQ.size + tp->medJobQ
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DThreadPool.h219 LinkedList medJobQ; //med priority job Q member in struct:THREADPOOL
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DThreadPool.h219 LinkedList medJobQ; //med priority job Q member in struct:THREADPOOL

Completed in 42 milliseconds