Searched refs:highJobQ (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.c222 ListAddTail( &tp->highJobQ, tempJob );
413 && ( tp->highJobQ.size == 0 )
480 if( tp->highJobQ.size > 0 ) {
481 head = ListHead( &tp->highJobQ );
485 ListDelNode( &tp->highJobQ, head, 0 );
628 jobs = tp->highJobQ.size + tp->lowJobQ.size + tp->medJobQ.size;
713 retCode += ListInit( &tp->highJobQ, CmpThreadPoolJob, NULL );
877 if( ListAddTail( &tp->highJobQ, temp ) )
942 tempNode = ListFind( &tp->highJobQ, NULL, &dummy );
947 ListDelNode( &tp->highJobQ, tempNod
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DThreadPool.h220 LinkedList highJobQ; //high 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.h220 LinkedList highJobQ; //high priority job Q member in struct:THREADPOOL

Completed in 101 milliseconds