LLVM OpenMP 19.0.0git
Classes | Macros | Typedefs | Functions
omp_record_replay.cpp File Reference
#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
 

Typedefs

typedef struct ident ident_t
 

Functions

void func (int *num_exec)
 
int main ()
 

Macro Definition Documentation

◆ NT

#define NT   100

Definition at line 5 of file omp_record_replay.cpp.

Typedef Documentation

◆ ident_t

typedef struct ident ident_t

Function Documentation

◆ func()

void func ( int num_exec)

Definition at line 21 of file omp_record_replay.cpp.

Referenced by __GOMP_taskloop(), __kmp_acquire_drdpa_lock_with_checks(), __kmp_acquire_nested_drdpa_lock_with_checks(), __kmp_acquire_nested_queuing_lock_with_checks(), __kmp_acquire_nested_tas_lock_with_checks(), __kmp_acquire_nested_ticket_lock_with_checks(), __kmp_acquire_queuing_lock_with_checks(), __kmp_acquire_tas_lock_with_checks(), __kmp_acquire_ticket_lock_with_checks(), __kmp_destroy_drdpa_lock_with_checks(), __kmp_destroy_nested_drdpa_lock_with_checks(), __kmp_destroy_nested_queuing_lock_with_checks(), __kmp_destroy_nested_tas_lock_with_checks(), __kmp_destroy_nested_ticket_lock_with_checks(), __kmp_destroy_queuing_lock_with_checks(), __kmp_destroy_tas_lock_with_checks(), __kmp_destroy_ticket_lock_with_checks(), __kmp_lookup_user_lock(), __kmp_pragma(), __kmp_release_drdpa_lock_with_checks(), __kmp_release_nested_drdpa_lock_with_checks(), __kmp_release_nested_queuing_lock_with_checks(), __kmp_release_nested_tas_lock_with_checks(), __kmp_release_nested_ticket_lock_with_checks(), __kmp_release_queuing_lock_with_checks(), __kmp_release_tas_lock_with_checks(), __kmp_release_ticket_lock_with_checks(), __kmp_test_drdpa_lock_with_checks(), __kmp_test_nested_drdpa_lock_with_checks(), __kmp_test_nested_queuing_lock_with_checks(), __kmp_test_nested_tas_lock_with_checks(), __kmp_test_nested_ticket_lock_with_checks(), __kmp_test_queuing_lock_with_checks(), __kmp_test_tas_lock_with_checks(), __kmp_test_ticket_lock_with_checks(), __kmpc_init_lock(), __kmpc_init_nest_lock(), check_integer(), KMP_API_NAME_GOMP_TASKLOOP(), KMP_API_NAME_GOMP_TASKLOOP_ULL(), main(), and run_ntimes().

◆ main()

int main ( void  )

Definition at line 25 of file omp_record_replay.cpp.

References __kmpc_global_thread_num(), func(), NT, and res.