 
  
 Definition at line 274 of file threads.cpp.
| loop_task_rep | ( | nat | its | ) |  [inline] | 
Definition at line 277 of file threads.cpp.
00277 : iterations (its) {}
| 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 (); }
Definition at line 275 of file threads.cpp.
Referenced by loop_task_rep::execute().
 1.6.1
 1.6.1