Home
last modified time | relevance | path

Searched refs:Deposit (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_runner.cpp98 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit() function in OHOS::AppExecFwk::__anon9109::ThreadCollector
102 HILOGE("Deposit(%{public}s, %{public}s): Invalid parameter", threadState, threadExit ? "valid" : "null"); in Deposit()
107 HILOGD("Deposit: New thread id: %{public}zu", CalculateHashCode(threadId)); in Deposit()
111 HILOGW("Deposit: Collector thread is destroying"); in Deposit()
353 return ThreadCollector::GetInstance().Deposit(thread, exitThread); in Attach()

Completed in 1 milliseconds