#include "libgomp.h"
#include <unistd.h>
#include <stdlib.h>
Include dependency graph for proc.c:
Go to the source code of this file.
Functions | |
static int | get_num_procs (void) |
void | gomp_init_num_threads (void) |
unsigned | gomp_dynamic_max_threads (void) |
int | omp_get_num_procs (void) |
static int get_num_procs | ( | void | ) | [static] |
Definition at line 44 of file proc.c.
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 78 of file proc.c.
Referenced by gomp_resolve_num_threads().
Here is the caller graph for this function:
void gomp_init_num_threads | ( | void | ) |
Definition at line 62 of file proc.c.
Referenced by __attribute__().
Here is the caller graph for this function:
int omp_get_num_procs | ( | void | ) |
Definition at line 106 of file proc.c.
References get_num_procs(), gomp_icv(), and gomp_task_icv::nthreads_var.
Referenced by main(), and omp_get_num_procs_().
Here is the call graph for this function:
Here is the caller graph for this function: