Home
last modified time | relevance | path

Searched refs:B_JOB_STATE_ABORTED (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/support/
H A DJob.cpp154 ? B_JOB_STATE_ABORTED in Run()
257 case B_JOB_STATE_ABORTED: in NotifyStateListeners()
H A DJobQueue.cpp278 if (dependantJob->State() != B_JOB_STATE_ABORTED) { in _RemoveDependantJobsOf()
279 BJob::Private(*dependantJob).SetState(B_JOB_STATE_ABORTED); in _RemoveDependantJobsOf()
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp92 if (jobResult != B_OK && State() != BSupportKit::B_JOB_STATE_ABORTED in Cleanup()
/haiku/headers/os/support/
H A DJob.h37 B_JOB_STATE_ABORTED, enumerator
/haiku/docs/user/support/
H A DJob.dox135 \var BJobState BSupportKit::B_JOB_STATE_ABORTED
/haiku/src/servers/launch/
H A DJob.cpp540 case B_JOB_STATE_ABORTED: in _AddRequirement()