Searched refs:JobKey (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/apps/debugger/util/
H A DWorker.h39 class JobKey { class
41 virtual ~JobKey();
45 virtual bool operator==(const JobKey& other) const = 0;
49 struct SimpleJobKey : public JobKey {
59 virtual bool operator==(const JobKey& other) const;
83 virtual const JobKey& Key() const = 0;
90 job_wait_status WaitFor(const JobKey& key);
141 void AbortJob(const JobKey& key);
142 Job* GetJob(const JobKey& key);
144 status_t AddListener(const JobKey
[all...]
H A DWorker.cpp13 // pragma mark - JobKey
16 JobKey::~JobKey()
48 SimpleJobKey::operator==(const JobKey& other) const
111 Job::WaitFor(const JobKey& key)
298 Worker::AbortJob(const JobKey& key)
311 Worker::GetJob(const JobKey& key)
319 Worker::AddListener(const JobKey& key, JobListener* listener)
332 Worker::RemoveListener(const JobKey& key, JobListener* listener)
342 Worker::WaitForJob(Job* waitingJob, const JobKey
[all...]
/haiku-fatelf/src/apps/debugger/jobs/
H A DJobs.h58 virtual const JobKey& Key() const;
75 virtual const JobKey& Key() const;
92 virtual const JobKey& Key() const;
114 virtual const JobKey& Key() const;
143 virtual const JobKey& Key() const;
167 virtual const JobKey& Key() const;
196 virtual const JobKey& Key() const;
H A DGetCPUStateJob.cpp34 const JobKey&
H A DGetThreadStateJob.cpp34 const JobKey&
H A DRetrieveMemoryBlockJob.cpp37 const JobKey&
H A DLoadSourceCodeJob.cpp42 const JobKey&
H A DLoadImageDebugInfoJob.cpp32 const JobKey&
H A DGetStackTraceJob.cpp45 const JobKey&
H A DResolveValueNodeJob.cpp52 const JobKey&

Completed in 98 milliseconds