LLVM OpenMP 20.0.0git
|
#include <omp.h>
#include <stdio.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | NUM_THREADS 8 |
Functions | |
int | main (int argc, char *argv[]) |
#define NUM_THREADS 8 |
Definition at line 20 of file task-two.c.
Definition at line 22 of file task-two.c.
References i, and NUM_THREADS.