Searched refs:mTasks (Results 1 – 2 of 2) sorted by relevance
49 mTasks.push(Task({when, task})); in schedule()55 priority_queue<Task>().swap(mTasks); // empty queue in cancelAll()61 if (mTasks.empty()) { in threadLoop()66 auto task = mTasks.top(); in threadLoop()72 mTasks.pop(); in threadLoop()
44 std::priority_queue<Task> mTasks; variable