|
NAMEsc::ProcThreadGrp - The ProcThreadGrp class privides a concrete thread group appropriate for an environment where there is only one thread. SYNOPSIS#include <thread.h> Inherits sc::ThreadGrp. Public Member FunctionsProcThreadGrp (const Ref< KeyVal >
&)
Public Member Functions inherited from sc::ThreadGrp
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Additional Inherited MembersStatic Public Member Functions inherited from sc::ThreadGrp
Protected Member Functions inherited from sc::RefCount
Protected Attributes inherited from sc::ThreadGrp
Detailed DescriptionThe ProcThreadGrp class privides a concrete thread group appropriate for an environment where there is only one thread. Member Function DocumentationThreadGrp * sc::ProcThreadGrp::clone (int nthread = -1) [virtual]Create a ThreadGrp like the current one. If nthread is given, the new ThreadGrp will attempt to support that number of threads, but the actual number supported may be less. If nthread is -1, the number of threads in the current group will be used. Reimplemented from sc::ThreadGrp. Ref< ThreadLock > sc::ProcThreadGrp::new_lock () [virtual]Return a local object. Implements sc::ThreadGrp. int sc::ProcThreadGrp::start_threads () [virtual]Starts the threads running. Thread 0 will be run by the thread that calls start_threads. Implements sc::ThreadGrp. int sc::ProcThreadGrp::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.
|