|
NAMEsc::PumaThreadGrp - The PumaThreadGrp class privides a concrete thread group appropriate for the intel teraflops machine.SYNOPSIS#include <thpuma.h> Inherits sc::ThreadGrp. Public Member FunctionsPumaThreadGrp (const Ref< KeyVal > &) int start_threads () Starts the threads running. int wait_threads () Wait for all the threads to complete. Ref< ThreadLock > new_lock () Return a local object. Additional Inherited MembersDetailed DescriptionThe PumaThreadGrp class privides a concrete thread group appropriate for the intel teraflops machine.Member Function DocumentationRef< ThreadLock > sc::PumaThreadGrp::new_lock () [virtual]Return a local object.Implements sc::ThreadGrp. int sc::PumaThreadGrp::start_threads () [virtual]Starts the threads running. Thread 0 will be run by the thread that calls start_threads.Implements sc::ThreadGrp. int sc::PumaThreadGrp::wait_threads () [virtual]Wait for all the threads to complete. This must be called before start_threads is called again or the object is destroyed.Implements sc::ThreadGrp. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |