|
omp_team_t | plainTeam |
|
int | numThreads |
|
int | maxThreads |
|
snrt_barrier_t * | kmpc_barrier |
| Pointer to the barrier register used for synchronization eg with #pragma omp barrier.
|
|
_kmp_ptr32 * | kmpc_args |
| Usually the arguments passed to __kmpc_fork_call would do a malloc with the amount of arguments passed. This is too slow for our case and thus we reserve a chunk of arguments in TCDM and use it. This limits the maximum number of arguments.
|
|
The documentation for this struct was generated from the following file:
- sw/snRuntime/src/omp/omp.h