Searched refs:queued (Results 1 – 7 of 7) sorted by relevance
47 CHECK(aiocbp->queued); in work_func()62 aiocbp->queued = false; in work_func()69 CHECK(!aiocbp->queued); in aio_add()70 aiocbp->queued = true; in aio_add()83 this->queued = false; in aiocb()97 CHECK(!this->queued); in ~aiocb()136 aiocbp[i]->cv.wait(lk, [aiocbp, i]{return !aiocbp[i]->queued;}); in aio_suspend()
40 bool queued; member
36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch() argument40 queued->transferStreamingRequests(result); in filterBatch()45 queued->transferPersistedRequests(result); in filterBatch()
42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
78 bool queued = false; in threadLoop() local116 queued = true; in threadLoop()118 if (queued) { in threadLoop()
139 for when the compositor must receive a newly queued frame.
190 the main thread, queued up in a thread pool and completed when the main thread deems they are