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