Home
last modified time | relevance | path

Searched refs:threadExit (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() argument
100 if ((!thread) || (!thread->joinable()) || (!threadExit)) { in Deposit()
102 HILOGE("Deposit(%{public}s, %{public}s): Invalid parameter", threadState, threadExit ? "valid" : "null"); in Deposit()
118 .threadExit = threadExit, in Deposit()
128 ExitFunction threadExit; member
182 exitInfo.threadExit(); in DoReclaimLocked()

Completed in 1 milliseconds