file
parallel.hparallel processing functionality
Namespaces
- namespace drjit
- Bring nanothread functions into scope.
Classes
- class Barrier
- Implements a simple barrier thread-coordination mechanism using a condition variable and mutex.
Functions
- void for_each_thread(std::function<void(void)> func, Pool* pool = nullptr)
- Run a function once on each thread in thread Pool
pool
.