|
Dynamic Load Balance 3.7.0
|
#include "LB_numThreads/omp-tools.h"#include "LB_numThreads/omptool.h"#include "support/options.h"

Go to the source code of this file.
Typedefs | |
| typedef struct array_cpuid_t | array_cpuid_t |
Functions | |
| void | omptm_omp5__init (pid_t process_id, const options_t *options) |
| void | omptm_omp5__finalize (void) |
| void | omptm_omp5__IntoBlockingCall (void) |
| void | omptm_omp5__OutOfBlockingCall (void) |
| void | omptm_omp5__lend_from_api (void) |
| void | omptm_omp5__parallel_begin (omptool_parallel_data_t *parallel_data) |
| void | omptm_omp5__parallel_end (omptool_parallel_data_t *parallel_data) |
| void | omptm_omp5__into_parallel_function (omptool_parallel_data_t *parallel_data, unsigned int index) |
| void | omptm_omp5__into_parallel_implicit_barrier (omptool_parallel_data_t *parallel_data) |
| const cpu_set_t * | omptm_omp5_testing__get_active_mask (void) |
| const array_cpuid_t * | omptm_omp5_testing__compute_and_get_cpu_bindings (void) |
| void | omptm_omp5_testing__set_num_threads_fn (void(*fn)(int)) |
Variables | |
| const omptool_event_funcs_t | omptm_omp5_events_vtable |
| typedef struct array_cpuid_t array_cpuid_t |
| void omptm_omp5__init | ( | pid_t | process_id, |
| const options_t * | options | ||
| ) |
| void omptm_omp5__finalize | ( | void | ) |
| void omptm_omp5__IntoBlockingCall | ( | void | ) |
| void omptm_omp5__OutOfBlockingCall | ( | void | ) |
| void omptm_omp5__lend_from_api | ( | void | ) |
| void omptm_omp5__parallel_begin | ( | omptool_parallel_data_t * | parallel_data | ) |
| void omptm_omp5__parallel_end | ( | omptool_parallel_data_t * | parallel_data | ) |
| void omptm_omp5__into_parallel_function | ( | omptool_parallel_data_t * | parallel_data, |
| unsigned int | index | ||
| ) |
| void omptm_omp5__into_parallel_implicit_barrier | ( | omptool_parallel_data_t * | parallel_data | ) |
| const cpu_set_t * omptm_omp5_testing__get_active_mask | ( | void | ) |
| const array_cpuid_t * omptm_omp5_testing__compute_and_get_cpu_bindings | ( | void | ) |
| void omptm_omp5_testing__set_num_threads_fn | ( | void(*)(int) | fn | ) |
|
extern |