Searched refs:DiskDeviceJobQueue (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobQueue.h18 class DiskDeviceJobQueue { class in namespace:BPrivate
20 DiskDeviceJobQueue();
21 ~DiskDeviceJobQueue();
36 using BPrivate::DiskDeviceJobQueue;
H A DDiskDeviceJobQueue.cpp6 #include "DiskDeviceJobQueue.h"
22 DiskDeviceJobQueue::DiskDeviceJobQueue() function in class:DiskDeviceJobQueue
29 DiskDeviceJobQueue::~DiskDeviceJobQueue()
36 DiskDeviceJobQueue::AddJob(DiskDeviceJob* job)
47 DiskDeviceJobQueue::Execute()
53 TRACE("DiskDeviceJobQueue::Execute(): executing job: %s\n",
58 TRACE("DiskDeviceJobQueue::Execute(): executing job failed: %s\n",
H A DDiskDeviceJobGenerator.h20 class DiskDeviceJobQueue;
27 DiskDeviceJobQueue* jobQueue);
81 DiskDeviceJobQueue* fJobQueue;
H A DDiskDevice.cpp28 #include "DiskDeviceJobQueue.h"
317 DiskDeviceJobQueue jobQueue;
H A DDiskDeviceJobGenerator.cpp19 #include "DiskDeviceJobQueue.h"
97 DiskDeviceJobQueue* jobQueue)

Completed in 42 milliseconds