Searched refs:DP_NOT_AVAILABLE (Results 1 – 2 of 2) sorted by relevance
43 … DP_CHECK_ERROR_RETURN_RET_LOG(threadPool_ == nullptr, DP_NOT_AVAILABLE, "threadPool is nullptr."); in AddCommand()48 return DP_NOT_AVAILABLE; in AddCommand()53 … DP_CHECK_ERROR_RETURN_RET_LOG(threadPool_ == nullptr, DP_NOT_AVAILABLE, "threadPool is nullptr."); in AddUrgentCommand()58 return DP_NOT_AVAILABLE; in AddUrgentCommand()
59 #define DP_NOT_AVAILABLE (9) macro