LLVM OpenMP 22.0.0git
omp_record_replay_deps_multi_succ.cpp File Reference
#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

Function Documentation

◆ __kmpc_end_record_task()

void __kmpc_end_record_task ( ident_t * ,
int ,
int ,
int  )

Referenced by main(), and test().

◆ __kmpc_start_record_task()

int __kmpc_start_record_task ( ident_t * ,
int ,
int ,
int  )

Referenced by main(), and test().

◆ init()

◆ main()

int main ( void )

Definition at line 42 of file omp_record_replay_deps_multi_succ.cpp.

References i, TASKS_SIZE, and test().

◆ test()

void test ( int nb,
std::vector< std::vector< int > > & Ah )

◆ update()

void update ( int & A,
int & B,
int val )

Definition at line 19 of file omp_record_replay_deps_multi_succ.cpp.

References val.

Referenced by test().

Variable Documentation

◆ TASKS_SIZE

const int TASKS_SIZE = 12
constexpr

Definition at line 7 of file omp_record_replay_deps_multi_succ.cpp.

Referenced by main().