Searched refs:threadExit (Results 1 – 1 of 1) sorted by relevance
97 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit() argument99 if ((!thread) || (!thread->joinable()) || (!threadExit)) { in Deposit()101 …HILOGE("Deposit(%{public}s, %{public}s): Invalid parameter", threadState, threadExit ? "valid" : "… in Deposit()117 .threadExit = threadExit, in Deposit()127 ExitFunction threadExit; member181 exitInfo.threadExit(); in DoReclaimLocked()