#include "libgomp.h"
#include <unistd.h>
#include <stdlib.h>
Include dependency graph for proc.c:
Go to the source code of this file.
Functions | |
void | gomp_init_num_threads (void) |
unsigned | gomp_dynamic_max_threads (void) |
int | omp_get_num_procs (void) |
unsigned gomp_dynamic_max_threads | ( | void | ) |
Definition at line 60 of file proc.c.
References get_num_procs(), gomp_icv(), and gomp_task_icv::nthreads_var.
Here is the call graph for this function:
void gomp_init_num_threads | ( | void | ) |
Definition at line 45 of file proc.c.
References get_num_procs(), gomp_global_icv, and gomp_task_icv::nthreads_var.
Here is the call graph for this function:
int omp_get_num_procs | ( | void | ) |
Definition at line 92 of file proc.c.
References gomp_icv(), and gomp_task_icv::nthreads_var.
Here is the call graph for this function: