P99

◆ P99_PARALLEL_DO

#define P99_PARALLEL_DO (   TYPE,
  VAR,
  LOW,
  LEN,
  INCR 
)    for(;;)

as P99_DO but performs the iterations out of order

See also
P99_DO for an explanation of the arguments
P99_FOR for a more general parallel iteration construct
Examples
test-p99-pow.c.

Definition at line 889 of file p99_for.h.