fortran.c File Reference

#include "libgomp.h"
#include "libgomp_f.h"
#include <stdlib.h>
#include <limits.h>

Include dependency graph for fortran.c:

Go to the source code of this file.

Defines

#define gomp_init_lock__30   omp_init_lock_
#define gomp_destroy_lock__30   omp_destroy_lock_
#define gomp_set_lock__30   omp_set_lock_
#define gomp_unset_lock__30   omp_unset_lock_
#define gomp_test_lock__30   omp_test_lock_
#define gomp_init_nest_lock__30   omp_init_nest_lock_
#define gomp_destroy_nest_lock__30   omp_destroy_nest_lock_
#define gomp_set_nest_lock__30   omp_set_nest_lock_
#define gomp_unset_nest_lock__30   omp_unset_nest_lock_
#define gomp_test_nest_lock__30   omp_test_nest_lock_
#define TO_INT(x)   ((x) > INT_MIN ? (x) < INT_MAX ? (x) : INT_MAX : INT_MIN)

Functions

void gomp_init_lock__30 (omp_lock_arg_t lock)
void gomp_init_nest_lock__30 (omp_nest_lock_arg_t lock)
void gomp_destroy_lock__30 (omp_lock_arg_t lock)
void gomp_destroy_nest_lock__30 (omp_nest_lock_arg_t lock)
void gomp_set_lock__30 (omp_lock_arg_t lock)
void gomp_set_nest_lock__30 (omp_nest_lock_arg_t lock)
void gomp_unset_lock__30 (omp_lock_arg_t lock)
void gomp_unset_nest_lock__30 (omp_nest_lock_arg_t lock)
int32_t gomp_test_lock__30 (omp_lock_arg_t lock)
int32_t gomp_test_nest_lock__30 (omp_nest_lock_arg_t lock)
void omp_set_dynamic_ (const int32_t *set)
void omp_set_dynamic_8_ (const int64_t *set)
void omp_set_nested_ (const int32_t *set)
void omp_set_nested_8_ (const int64_t *set)
void omp_set_num_threads_ (const int32_t *set)
void omp_set_num_threads_8_ (const int64_t *set)
int32_t omp_get_dynamic_ (void)
int32_t omp_get_nested_ (void)
int32_t omp_in_parallel_ (void)
int32_t omp_get_max_threads_ (void)
int32_t omp_get_num_procs_ (void)
int32_t omp_get_num_threads_ (void)
int32_t omp_get_thread_num_ (void)
double omp_get_wtick_ (void)
double omp_get_wtime_ (void)
void omp_set_schedule_ (const int32_t *kind, const int32_t *modifier)
void omp_set_schedule_8_ (const int32_t *kind, const int64_t *modifier)
void omp_get_schedule_ (int32_t *kind, int32_t *modifier)
void omp_get_schedule_8_ (int32_t *kind, int64_t *modifier)
int32_t omp_get_thread_limit_ (void)
void omp_set_max_active_levels_ (const int32_t *levels)
void omp_set_max_active_levels_8_ (const int64_t *levels)
int32_t omp_get_max_active_levels_ (void)
int32_t omp_get_level_ (void)
int32_t omp_get_ancestor_thread_num_ (const int32_t *level)
int32_t omp_get_ancestor_thread_num_8_ (const int64_t *level)
int32_t omp_get_team_size_ (const int32_t *level)
int32_t omp_get_team_size_8_ (const int64_t *level)
int32_t omp_get_active_level_ (void)


Define Documentation

#define gomp_destroy_lock__30   omp_destroy_lock_

Definition at line 76 of file fortran.c.

#define gomp_destroy_nest_lock__30   omp_destroy_nest_lock_

Definition at line 81 of file fortran.c.

#define gomp_init_lock__30   omp_init_lock_

Definition at line 75 of file fortran.c.

#define gomp_init_nest_lock__30   omp_init_nest_lock_

Definition at line 80 of file fortran.c.

#define gomp_set_lock__30   omp_set_lock_

Definition at line 77 of file fortran.c.

#define gomp_set_nest_lock__30   omp_set_nest_lock_

Definition at line 82 of file fortran.c.

#define gomp_test_lock__30   omp_test_lock_

Definition at line 79 of file fortran.c.

#define gomp_test_nest_lock__30   omp_test_nest_lock_

Definition at line 84 of file fortran.c.

#define gomp_unset_lock__30   omp_unset_lock_

Definition at line 78 of file fortran.c.

#define gomp_unset_nest_lock__30   omp_unset_nest_lock_

Definition at line 83 of file fortran.c.

#define TO_INT ( x   )     ((x) > INT_MIN ? (x) < INT_MAX ? (x) : INT_MAX : INT_MIN)

Definition at line 248 of file fortran.c.

Referenced by omp_get_ancestor_thread_num_8_(), omp_get_team_size_8_(), omp_set_max_active_levels_8_(), omp_set_num_threads_8_(), and omp_set_schedule_8_().


Function Documentation

void gomp_destroy_lock__30 ( omp_lock_arg_t  lock  ) 

Definition at line 106 of file fortran.c.

References gomp_destroy_lock_30.

void gomp_destroy_nest_lock__30 ( omp_nest_lock_arg_t  lock  ) 

Definition at line 116 of file fortran.c.

References gomp_destroy_nest_lock_30.

void gomp_init_lock__30 ( omp_lock_arg_t  lock  ) 

Definition at line 88 of file fortran.c.

References gomp_init_lock_30.

void gomp_init_nest_lock__30 ( omp_nest_lock_arg_t  lock  ) 

Definition at line 97 of file fortran.c.

References gomp_init_nest_lock_30.

void gomp_set_lock__30 ( omp_lock_arg_t  lock  ) 

Definition at line 126 of file fortran.c.

References gomp_set_lock_30.

void gomp_set_nest_lock__30 ( omp_nest_lock_arg_t  lock  ) 

Definition at line 132 of file fortran.c.

References gomp_set_nest_lock_30.

int32_t gomp_test_lock__30 ( omp_lock_arg_t  lock  ) 

Definition at line 150 of file fortran.c.

References gomp_test_lock_30.

int32_t gomp_test_nest_lock__30 ( omp_nest_lock_arg_t  lock  ) 

Definition at line 156 of file fortran.c.

References gomp_test_nest_lock_30.

void gomp_unset_lock__30 ( omp_lock_arg_t  lock  ) 

Definition at line 138 of file fortran.c.

References gomp_unset_lock_30.

void gomp_unset_nest_lock__30 ( omp_nest_lock_arg_t  lock  ) 

Definition at line 144 of file fortran.c.

References gomp_unset_nest_lock_30.

int32_t omp_get_active_level_ ( void   ) 

Definition at line 427 of file fortran.c.

References omp_get_active_level().

Here is the call graph for this function:

int32_t omp_get_ancestor_thread_num_ ( const int32_t *  level  ) 

Definition at line 403 of file fortran.c.

References omp_get_ancestor_thread_num().

Here is the call graph for this function:

int32_t omp_get_ancestor_thread_num_8_ ( const int64_t *  level  ) 

Definition at line 409 of file fortran.c.

References omp_get_ancestor_thread_num(), and TO_INT.

Here is the call graph for this function:

int32_t omp_get_dynamic_ ( void   ) 

Definition at line 287 of file fortran.c.

References omp_get_dynamic().

Here is the call graph for this function:

int32_t omp_get_level_ ( void   ) 

Definition at line 397 of file fortran.c.

References omp_get_level().

Here is the call graph for this function:

int32_t omp_get_max_active_levels_ ( void   ) 

Definition at line 391 of file fortran.c.

References omp_get_max_active_levels().

Here is the call graph for this function:

int32_t omp_get_max_threads_ ( void   ) 

Definition at line 305 of file fortran.c.

References omp_get_max_threads().

Here is the call graph for this function:

int32_t omp_get_nested_ ( void   ) 

Definition at line 293 of file fortran.c.

References omp_get_nested().

Here is the call graph for this function:

int32_t omp_get_num_procs_ ( void   ) 

Definition at line 311 of file fortran.c.

References omp_get_num_procs().

Here is the call graph for this function:

int32_t omp_get_num_threads_ ( void   ) 

Definition at line 317 of file fortran.c.

References omp_get_num_threads().

Here is the call graph for this function:

void omp_get_schedule_ ( int32_t *  kind,
int32_t *  modifier 
)

Definition at line 353 of file fortran.c.

References k, and omp_get_schedule().

Here is the call graph for this function:

void omp_get_schedule_8_ ( int32_t *  kind,
int64_t *  modifier 
)

Definition at line 363 of file fortran.c.

References k, and omp_get_schedule().

Here is the call graph for this function:

int32_t omp_get_team_size_ ( const int32_t *  level  ) 

Definition at line 415 of file fortran.c.

References omp_get_team_size().

Here is the call graph for this function:

int32_t omp_get_team_size_8_ ( const int64_t *  level  ) 

Definition at line 421 of file fortran.c.

References omp_get_team_size(), and TO_INT.

Here is the call graph for this function:

int32_t omp_get_thread_limit_ ( void   ) 

Definition at line 373 of file fortran.c.

References omp_get_thread_limit().

Here is the call graph for this function:

int32_t omp_get_thread_num_ ( void   ) 

Definition at line 323 of file fortran.c.

References omp_get_thread_num().

Here is the call graph for this function:

double omp_get_wtick_ ( void   ) 

Definition at line 329 of file fortran.c.

References omp_get_wtick().

Here is the call graph for this function:

double omp_get_wtime_ ( void   ) 

Definition at line 335 of file fortran.c.

References omp_get_wtime().

Here is the call graph for this function:

int32_t omp_in_parallel_ ( void   ) 

Definition at line 299 of file fortran.c.

References omp_in_parallel().

Here is the call graph for this function:

void omp_set_dynamic_ ( const int32_t *  set  ) 

Definition at line 251 of file fortran.c.

References omp_set_dynamic().

Here is the call graph for this function:

void omp_set_dynamic_8_ ( const int64_t *  set  ) 

Definition at line 257 of file fortran.c.

References omp_set_dynamic().

Here is the call graph for this function:

void omp_set_max_active_levels_ ( const int32_t *  levels  ) 

Definition at line 379 of file fortran.c.

References omp_set_max_active_levels().

Here is the call graph for this function:

void omp_set_max_active_levels_8_ ( const int64_t *  levels  ) 

Definition at line 385 of file fortran.c.

References omp_set_max_active_levels(), and TO_INT.

Here is the call graph for this function:

void omp_set_nested_ ( const int32_t *  set  ) 

Definition at line 263 of file fortran.c.

References omp_set_nested().

Here is the call graph for this function:

void omp_set_nested_8_ ( const int64_t *  set  ) 

Definition at line 269 of file fortran.c.

References omp_set_nested().

Here is the call graph for this function:

void omp_set_num_threads_ ( const int32_t *  set  ) 

Definition at line 275 of file fortran.c.

References omp_set_num_threads().

Here is the call graph for this function:

void omp_set_num_threads_8_ ( const int64_t *  set  ) 

Definition at line 281 of file fortran.c.

References omp_set_num_threads(), and TO_INT.

Here is the call graph for this function:

void omp_set_schedule_ ( const int32_t *  kind,
const int32_t *  modifier 
)

Definition at line 341 of file fortran.c.

References omp_set_schedule().

Here is the call graph for this function:

void omp_set_schedule_8_ ( const int32_t *  kind,
const int64_t *  modifier 
)

Definition at line 347 of file fortran.c.

References omp_set_schedule(), and TO_INT.

Here is the call graph for this function:


Generated on Fri Apr 5 05:38:58 2013 for Libgomp by  doxygen 1.4.7