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

/haiku/src/apps/installer/
H A DCopyEngine.h33 sem_id cancelSemaphore = -1);
37 sem_id cancelSemaphore = -1,
44 sem_id cancelSemaphore, off_t& bytesToCopy,
47 sem_id cancelSemaphore,
51 sem_id cancelSemaphore = -1);
H A DCopyEngine.cpp114 CopyEngine::CollectTargets(const char* source, sem_id cancelSemaphore) argument
118 status_t ret = _CollectCopyInfo(source, cancelSemaphore, bytesToCopy,
128 sem_id cancelSemaphore, bool copyAttributes)
142 return _Copy(source, destination, cancelSemaphore, copyAttributes);
172 sem_id cancelSemaphore)
174 SemaphoreLocker lock(cancelSemaphore);
175 if (cancelSemaphore >= 0 && !lock.IsLocked()) {
255 CopyEngine::_CollectCopyInfo(const char* _source, sem_id cancelSemaphore, argument
268 SemaphoreLocker lock(cancelSemaphore);
269 if (cancelSemaphore >
127 Copy(const char* _source, const char* _destination, sem_id cancelSemaphore, bool copyAttributes) argument
171 _CopyData(const BEntry& _source, const BEntry& _destination, sem_id cancelSemaphore) argument
314 _Copy(BEntry &source, BEntry &destination, sem_id cancelSemaphore, bool copyAttributes) argument
[all...]
H A DWorkerThread.h34 void SetLock(sem_id cancelSemaphore) argument
35 { fCancelSemaphore = cancelSemaphore; }
H A DUnzipEngine.h24 sem_id cancelSemaphore = -1);
H A DUnzipEngine.cpp29 sem_id cancelSemaphore)
42 fCancelSemaphore(cancelSemaphore)
28 UnzipEngine(ProgressReporter* reporter, sem_id cancelSemaphore) argument

Completed in 36 milliseconds