Searched refs:threadState (Results 1 – 4 of 4) sorted by relevance
101 auto threadState = thread ? (thread->joinable() ? "active" : "finished") : "null"; in Deposit() local102 …HILOGE("Deposit(%{public}s, %{public}s): Invalid parameter", threadState, threadExit ? "valid" : "… in Deposit()
765 auto threadState = new FormRender::ThreadState(10); variable766 threadState->ResetState();767 threadState->NextState();768 int32_t state = threadState->GetCurrentState();770 bool isMaxState = threadState->IsMaxState();
112 auto threadState = thread ? (thread->joinable() ? "active" : "finished") : "null"; in Deposit() local113 … HILOGE("%{public}s, %{public}s: Invalid parameter", threadState, threadExit ? "valid" : "null"); in Deposit()
459 void SetThreadState(bool threadState) in SetThreadState() argument463 threadState_ = threadState; in SetThreadState()