Lines Matching refs:JobQueue
26 struct JobQueue::JobPriorityLess {
37 JobQueue::JobPriorityLess::operator()(const BJob* left, const BJob* right) const in operator ()()
49 class JobQueue::JobPriorityQueue
57 JobQueue::JobQueue() in JobQueue() function in BSupportKit::BPrivate::JobQueue
66 JobQueue::~JobQueue() in ~JobQueue()
74 JobQueue::InitCheck() const in InitCheck()
81 JobQueue::AddJob(BJob* job) in AddJob()
108 JobQueue::RemoveJob(BJob* job) in RemoveJob()
130 JobQueue::JobSucceeded(BJob* job) in JobSucceeded()
139 JobQueue::JobFailed(BJob* job) in JobFailed()
148 JobQueue::Pop() in Pop()
159 JobQueue::Pop(bigtime_t timeout, bool returnWhenEmpty, BJob** _job) in Pop()
193 JobQueue::CountJobs() const in CountJobs()
201 JobQueue::Close() in Close()
224 JobQueue::_Init() in _Init()
243 JobQueue::_RequeueDependantJobsOf(BJob* job) in _RequeueDependantJobsOf()
270 JobQueue::_RemoveDependantJobsOf(BJob* job) in _RemoveDependantJobsOf()