JobList
typedef BObjectList<BJob> JobList;
typedef DoublyLinkedList<Job> JobList;
struct BDebugLooper::JobList : DoublyLinkedList<Job> {
typedef BObjectList<DiskDeviceJob, true> JobList;
typedef DoublyLinkedList<Job> JobList;