LLVM OpenMP 22.0.0git
|
#include <omp.h>
#include <cassert>
#include <vector>
Go to the source code of this file.
Functions | |
int | __kmpc_global_thread_num (ident_t *) |
int | __kmpc_start_record_task (ident_t *, int, int, int) |
void | __kmpc_end_record_task (ident_t *, int, int, int) |
void | init (int &A, int val) |
void | update (int &A, int &B, int val) |
void | test (int nb, std::vector< std::vector< int > > &Ah) |
int | main () |
Variables | |
constexpr const int | TASKS_SIZE = 12 |
Definition at line 17 of file omp_record_replay_deps_multi_succ.cpp.
References val.
Referenced by __kmp_dispatch_init_algorithm(), __kmp_dispatch_next(), __kmp_dispatch_next_algorithm(), __kmp_initialize_self_buffer(), and test().
Definition at line 42 of file omp_record_replay_deps_multi_succ.cpp.
References i, TASKS_SIZE, and test().
Definition at line 21 of file omp_record_replay_deps_multi_succ.cpp.
References __kmpc_end_record_task(), __kmpc_global_thread_num(), __kmpc_start_record_task(), i, init(), res, and update().
Definition at line 19 of file omp_record_replay_deps_multi_succ.cpp.
References val.
Referenced by test().
|
constexpr |
Definition at line 7 of file omp_record_replay_deps_multi_succ.cpp.
Referenced by main().