basix_doc 0.1
loop_task_rep Struct Reference

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.

: iterations (its) {}

Member Function Documentation

void execute ( ) [inline]

Definition at line 278 of file threads.cpp.

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

{ 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().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines