Home
last modified time | relevance | path

Searched refs:ExecutorIdle (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dexecutor.cpp94 , m_state(ExecutorIdle) in Executor()
223 QBS_CHECK(m_state == ExecutorIdle); in doBuild()
559 QBS_CHECK(m_state != ExecutorIdle); in finishJob()
1136 QBS_ASSERT(m_state != ExecutorIdle, /* ignore */); in finish()
1145 setState(ExecutorIdle); in finish()
H A Dexecutor.h105 enum ExecutorState { ExecutorIdle, ExecutorRunning, ExecutorCanceling }; enumerator