Searched refs:Worker (Results 1 - 15 of 15) sorted by relevance

/haiku/src/servers/launch/
H A DWorker.cpp7 #include "Worker.h"
18 Worker::Worker(JobQueue& queue) function in class:Worker
26 Worker::~Worker()
32 Worker::Init()
34 fThread = spawn_thread(&Worker::_Process, Name(), B_NORMAL_PRIORITY,
48 Worker::Process()
67 Worker::Timeout() const
74 Worker
[all...]
H A DWorker.h17 class Worker { class
19 Worker(JobQueue& queue);
20 virtual ~Worker();
39 class MainWorker : public Worker {
/haiku/src/kits/debugger/util/
H A DWorker.cpp7 #include "Worker.h"
147 Job::SetWorker(Worker* worker)
226 // #pragma mark - Worker
229 Worker::Worker() function in class:Worker
238 Worker::~Worker()
248 Worker::Init()
278 Worker::ShutDown()
280 AutoLocker<Worker> locke
[all...]
/haiku/headers/private/debugger/util/
H A DWorker.h19 class Worker;
92 Worker* GetWorker() const { return fWorker; }
104 friend class Worker;
107 void SetWorker(Worker* worker);
126 Worker* fWorker;
139 class Worker { class
141 Worker();
142 ~Worker();
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp784 Worker::Worker(RTF::Header &start) function in class:Worker
791 Worker::~Worker()
797 Worker::Dispatch(Element *element)
819 Worker::Work()
826 Worker::Group(RTF::Group *group)
832 Worker::GroupEnd(RTF::Group *group)
838 Worker::Command(RTF::Command *command)
844 Worker
[all...]
H A DRTF.h161 class Worker { class in namespace:RTF
163 Worker(RTF::Header &start);
164 virtual ~Worker();
H A Dconvert.cpp48 class TextOutput : public RTF::Worker {
315 : RTF::Worker(start),
/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h33 class Worker;
39 ThreadHandler(::Thread* thread, Worker* worker,
126 Worker* fWorker;
H A DTeamDebugger.h17 #include "util/Worker.h"
271 Worker* fWorker;
/haiku/src/kits/debugger/jobs/
H A DLoadImageDebugInfoJob.cpp75 LoadImageDebugInfoJob::ScheduleIfNecessary(Worker* worker, Image* image,
H A DExpressionEvaluationJob.cpp111 AutoLocker<Worker> workerLocker(GetWorker());
H A DJobs.h15 #include "Worker.h"
132 static status_t ScheduleIfNecessary(Worker* worker,
H A DResolveValueNodeJob.cpp220 AutoLocker<Worker> workerLocker(GetWorker());
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp41 #include "Worker.h"
79 ThreadHandler::ThreadHandler(::Thread* thread, Worker* worker,
H A DTeamDebugger.cpp415 fWorker = new(std::nothrow) Worker;
1056 AutoLocker<Worker> workerLocker(fWorker);

Completed in 492 milliseconds