/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/ |
H A D | IMAPProtocol.cpp | 99 IMAPConnectionWorker* worker = new IMAPConnectionWorker(*this, in CheckSubscribedFolders() local 101 if (!fWorkers.AddItem(worker)) { in CheckSubscribedFolders() 102 delete worker; in CheckSubscribedFolders() 106 status = worker->Run(); in CheckSubscribedFolders() 108 fWorkers.RemoveItem(worker); in CheckSubscribedFolders() 109 delete worker; in CheckSubscribedFolders() 114 IMAPConnectionWorker* worker in CheckSubscribedFolders() local 116 worker->Quit(); in CheckSubscribedFolders() 131 IMAPConnectionWorker* worker = fWorkers.ItemAt(index); in CheckSubscribedFolders() local 133 worker->AddMailbox(folder); in CheckSubscribedFolders() [all …]
|
H A D | IMAPConnectionWorker.cpp | 28 WorkerPrivate(IMAPConnectionWorker& worker) in WorkerPrivate() argument 30 fWorker(worker) in WorkerPrivate() 108 virtual status_t Process(IMAPConnectionWorker& worker) = 0; 144 virtual status_t Process(IMAPConnectionWorker& worker) in Process() argument 146 WorkerPrivate(worker).Quit(); in Process() 154 virtual status_t Process(IMAPConnectionWorker& worker) in Process() argument 156 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process() 160 return worker.Owner().CheckSubscribedFolders(protocol, in Process() 161 worker.UsesIdle()); in Process() 178 virtual status_t Process(IMAPConnectionWorker& worker) in Process() argument [all …]
|
H A D | IMAPProtocol.h | 38 void WorkerQuit(IMAPConnectionWorker* worker);
|
/haiku/src/kits/network/libnetservices/ |
H A D | UrlSynchronousRequest.cpp | 35 thread_id worker = fWrappedRequest.Run(); in Perform() local 38 if (worker < B_OK) in Perform() 39 return worker; in Perform()
|
/haiku/src/kits/mail/ |
H A D | MailMessage.cpp | 856 BString worker; in RenderTo() local 882 worker = From(); in RenderTo() 883 extract_address_name(worker); in RenderTo() 884 name << " " << worker; in RenderTo() 901 worker = name; in RenderTo() 905 while ((exists = dir->Contains(worker.String())) && --tries > 0) { in RenderTo() 909 worker = name; in RenderTo() 910 worker << ' ' << uniquer; in RenderTo() 914 printf("could not create mail! (should be: %s)\n", worker.String()); in RenderTo() 917 status_t status = dir->CreateFile(worker.String(), &file); in RenderTo() [all …]
|
/haiku/src/kits/debugger/jobs/ |
H A D | LoadImageDebugInfoJob.cpp | 75 LoadImageDebugInfoJob::ScheduleIfNecessary(Worker* worker, Image* image, in ScheduleIfNecessary() argument 106 status_t error = worker->ScheduleJob(job, listener); in ScheduleIfNecessary()
|
H A D | Jobs.h | 132 static status_t ScheduleIfNecessary(Worker* worker,
|
/haiku/src/servers/launch/ |
H A D | Worker.cpp | 137 Worker* worker = new Worker(fJobQueue); in Run() local 138 worker->Init(); in Run()
|
/haiku/headers/private/debugger/controllers/ |
H A D | ThreadHandler.h | 39 ThreadHandler(::Thread* thread, Worker* worker,
|
/haiku/src/kits/debugger/util/ |
H A D | Worker.cpp | 147 Job::SetWorker(Worker* worker) in SetWorker() argument 149 fWorker = worker; in SetWorker()
|
/haiku/headers/private/debugger/util/ |
H A D | Worker.h | 107 void SetWorker(Worker* worker);
|
/haiku/data/system/data/fortunes/ |
H A D | Haiku | 51 Co-worker re-boots;
|
H A D | Law | 586 …worker using drugs, but to date the vast majority of programs end with the simple firing or the no…
|
/haiku/src/kits/debugger/controllers/ |
H A D | ThreadHandler.cpp | 79 ThreadHandler::ThreadHandler(::Thread* thread, Worker* worker, in ThreadHandler() argument 84 fWorker(worker), in ThreadHandler()
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 216 queue and be sent by a dedicated worker thread. Since this requires an
|
/haiku/docs/user/app/ |
H A D | _app_keystore.dox | 118 on \ref BKeyStore should be done on a separate worker thread, instead of
|
/haiku/src/kits/tracker/ |
H A D | FindPanel.cpp | 3717 DeleteTransientQueriesFunctor* worker in StartUpTransientQueryCleaner() local 3720 tracker->MainTaskLoop()->RunWhenIdle(worker, in StartUpTransientQueryCleaner()
|