loop_task_rep Struct Reference

Inheritance diagram for loop_task_rep:
task_rep rep_struct

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 274 of file threads.cpp.


Constructor & Destructor Documentation

loop_task_rep ( nat  its  )  [inline]

Definition at line 277 of file threads.cpp.

00277 : iterations (its) {}


Member Function Documentation

void execute (  )  [inline, virtual]

Implements task_rep.

Definition at line 278 of file threads.cpp.

References loop_task_rep::iterations, and mmx::noop().

00278 { for (nat i=0; i<iterations; i++) noop (); }


Member Data Documentation

Definition at line 275 of file threads.cpp.

Referenced by loop_task_rep::execute().

MMX_ALLOCATORS int ref_count [inherited]

Definition at line 164 of file basix.hpp.


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1