|
LLVM OpenMP 22.0.0git
|
#include <iostream>#include <cassert>Go to the source code of this file.
Classes | |
| struct | ident |
| The ident structure that describes a source location. More... | |
Macros | |
| #define | NT 100 |
| #define | MULTIPLIER 100 |
| #define | DECREMENT 5 |
Typedefs | |
| typedef struct ident | ident_t |
Functions | |
| void | sub () |
| void | add () |
| void | mult () |
| int | main () |
Variables | |
| int | val |
| #define DECREMENT 5 |
Definition at line 7 of file omp_record_replay_deps.cpp.
| #define MULTIPLIER 100 |
Definition at line 6 of file omp_record_replay_deps.cpp.
Referenced by mult().
| #define NT 100 |
Definition at line 5 of file omp_record_replay_deps.cpp.
| typedef struct ident ident_t |
| void add | ( | ) |
Definition at line 29 of file omp_record_replay_deps.cpp.
References DECREMENT, and val.
Referenced by main().
Definition at line 40 of file omp_record_replay_deps.cpp.
References __kmpc_end_record_task(), __kmpc_global_thread_num(), __kmpc_start_record_task(), add(), mult(), NT, res, sub(), and val.
| void mult | ( | ) |
Definition at line 34 of file omp_record_replay_deps.cpp.
References MULTIPLIER, and val.
Referenced by main().
| void sub | ( | ) |
Definition at line 24 of file omp_record_replay_deps.cpp.
References DECREMENT, and val.
Referenced by main().
| int val |
Definition at line 9 of file omp_record_replay_deps.cpp.
Referenced by __kmp_abs(), __kmp_abs(), __kmp_abs(), __kmp_adjust_num_threads(), __kmp_check_stksize(), __kmp_do_serial_initialize(), __kmp_round_up_to_val(), __kmp_sign(), add(), counter_barrier_impl< T >::barrier(), init(), main(), main(), main(), mult(), kmp_flag_atomic< PtrType, FlagType, Sleepable >::store(), kmp_flag_native< PtrType, FlagType, Sleepable >::store(), sub(), and update().