Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/include/
H A Dsafe_block_queue.h231 * If the count of unfinished tasks < 1, <b>false</b> is returned directly.
232 * If the count of unfinished tasks = 1, all the threads blocked
234 * the count of unfinished tasks decrements by 1, and <b>true</b> is returned.
235 * If the count of unfinished tasks > 1,
236 * the count of unfinished tasks decrements by 1, and <b>true</b> is returned.
241 int unfinished = unfinishedTaskCount_ - 1; in OneTaskDone() local
243 if (unfinished <= 0) { in OneTaskDone()
244 if (unfinished < 0) { in OneTaskDone()
250 unfinishedTaskCount_ = unfinished; in OneTaskDone()
267 * @brief Obtains the number of unfinished task
[all...]

Completed in 1 milliseconds