28#ifndef _util_group_thpuma_h
29#define _util_group_thpuma_h
36#include <util/group/thread.h>
45 volatile unsigned int flag_;
The PumaThreadGrp class privides a concrete thread group appropriate for the intel teraflops machine.
Definition thpuma.h:43
int wait_threads()
Wait for all the threads to complete.
int start_threads()
Starts the threads running.
Ref< ThreadLock > new_lock()
Return a local object.
A template class that maintains references counts.
Definition ref.h:332
The ThreadGrp abstract class provides a means to manage separate threads of control.
Definition thread.h:92