Home
last modified time | relevance | path

Searched refs:threadState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_runner.cpp101 auto threadState = thread ? (thread->joinable() ? "active" : "finished") : "null"; in Deposit() local
102 …HILOGE("Deposit(%{public}s, %{public}s): Invalid parameter", threadState, threadExit ? "valid" : "… in Deposit()
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp765 auto threadState = new FormRender::ThreadState(10); variable
766 threadState->ResetState();
767 threadState->NextState();
768 int32_t state = threadState->GetCurrentState();
770 bool isMaxState = threadState->IsMaxState();
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp112 auto threadState = thread ? (thread->joinable() ? "active" : "finished") : "null"; in Deposit() local
113 … HILOGE("%{public}s, %{public}s: Invalid parameter", threadState, threadExit ? "valid" : "null"); in Deposit()
/ohos5.0/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp459 void SetThreadState(bool threadState) in SetThreadState() argument
463 threadState_ = threadState; in SetThreadState()