Searched refs:JobList (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobQueue.h28 typedef BObjectList<DiskDeviceJob> JobList; typedef in class:BPrivate::DiskDeviceJobQueue
30 JobList fJobs;
/haiku/src/servers/package/
H A DJobQueue.h36 typedef DoublyLinkedList<Job> JobList; typedef in class:JobQueue
43 JobList fJobs;
H A DJobQueue.cpp110 for (JobList::Iterator it = fJobs.GetIterator(); Job* job = it.Next();) {
/haiku/headers/private/debug/
H A DDebugLooper.h37 struct JobList;
59 JobList* fJobs;
/haiku/headers/private/debugger/util/
H A DWorker.h81 typedef DoublyLinkedList<Job> JobList; typedef
113 JobList& DependentJobs() { return fDependentJobs; }
129 JobList fDependentJobs;
211 JobList fUnscheduledJobs;
212 JobList fAbortedJobs;
213 JobList fSuspendedJobs;
/haiku/headers/os/support/
H A DJob.h95 typedef BObjectList<BJob> JobList; typedef in class:BSupportKit::BJob
96 JobList fDependencies;
97 JobList fDependantJobs;
/haiku/src/kits/debug/
H A DDebugLooper.cpp72 struct BDebugLooper::JobList : DoublyLinkedList<Job> { struct in class:BDebugLooper
161 fJobs = new(std::nothrow) JobList;
/haiku/src/kits/debugger/util/
H A DWorker.cpp360 for (JobList::Iterator it = fSuspendedJobs.GetIterator(); it.Next();) {

Completed in 36 milliseconds