Searched refs:pQueueFirst (Results 1 – 1 of 1) sorted by relevance
547 assert( async.pQueueFirst ); in addAsyncWrite()550 async.pQueueFirst = pWrite; in addAsyncWrite()702 for(pWrite=async.pQueueFirst; pWrite; pWrite = pWrite->pNext){ in asyncRead()1204 for(p=async.pQueueFirst; p; p = p->pNext){ in asyncAccess()1355 while( (p = async.pQueueFirst)==0 ){ in asyncWriterThread()1452 async.pQueueFirst = p->pNext; in asyncWriterThread()1494 assert( async.pQueueFirst==p ); in asyncWriterThread()1545 async.pQueueFirst = p->pNext; in asyncWriterThread()1572 if( async.ioError && !async.pQueueFirst ){ in asyncWriterThread()1583 if( !async.pQueueFirst || !async.ioError ){ in asyncWriterThread()[all …]