#include "libgomp.h"
#include <windows.h>
Include dependency graph for proc.c:
Go to the source code of this file.
Functions | |
static unsigned int | count_avail_process_cpus () |
void | gomp_init_num_threads (void) |
unsigned | gomp_dynamic_max_threads (void) |
int | omp_get_num_procs (void) |
static unsigned int count_avail_process_cpus | ( | ) | [static] |
Definition at line 36 of file proc.c.
References count.
Referenced by gomp_dynamic_max_threads(), gomp_init_num_threads(), and omp_get_num_procs().
Here is the caller graph for this function:
unsigned gomp_dynamic_max_threads | ( | void | ) |
Definition at line 67 of file proc.c.
References count_avail_process_cpus(), 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 57 of file proc.c.
References count_avail_process_cpus(), 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 75 of file proc.c.
References count_avail_process_cpus().
Here is the call graph for this function: