wait overloads

Synopses

Declared in <llvm/Support/ThreadPool.h>

Block until all threads complete and the queue is empty.

virtual
void
wait() = 0;

Block until all tasks in the given group complete.

virtual
void
wait(ThreadPoolTaskGroup& Group) = 0;

Parameters

Name

Description

Group

Task group whose tasks to wait for.

Created with MrDocs