Searched refs:lowJobQ (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.c227 if( tp->lowJobQ.size ) {
228 tempJob = ( ThreadPoolJob * ) tp->lowJobQ.head.next->item;
242 ListDelNode( &tp->lowJobQ, tp->lowJobQ.head.next, 0 );
411 while( ( tp->lowJobQ.size == 0 )
493 } else if( tp->lowJobQ.size > 0 ) {
494 head = ListHead( &tp->lowJobQ );
497 ListDelNode( &tp->lowJobQ, head, 0 );
628 jobs = tp->highJobQ.size + tp->lowJobQ.size + tp->medJobQ.size;
717 retCode += ListInit( &tp->lowJobQ, CmpThreadPoolJo
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DThreadPool.h218 LinkedList lowJobQ; //low 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.h218 LinkedList lowJobQ; //low priority job Q member in struct:THREADPOOL

Completed in 34 milliseconds