Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp100 auto threadState = thread ? (thread->joinable() ? "active" : "finished") : "null"; in Deposit() local
101 …HILOGE("Deposit(%{public}s, %{public}s): Invalid parameter", threadState, threadExit ? "valid" : "… in Deposit()
/base/security/huks/test/reliability/src/
Dapi_pressure_test.cpp450 void SetThreadState(bool threadState) in SetThreadState() argument
454 threadState_ = threadState; in SetThreadState()