16 int __kmpc_start_record_task(
ident_t *,
int,
int,
int);
17 void __kmpc_end_record_task(
ident_t *,
int,
int ,
int);
31 for (
int iter = 0; iter <
NT; ++iter) {
33 int res = __kmpc_start_record_task(
nullptr, gtid, 0, 0);
39 __kmpc_end_record_task(
nullptr, gtid, 0, 0);
45 std::cout <<
"Passed" << std::endl;
KMP_EXPORT kmp_int32 __kmpc_global_thread_num(ident_t *)
The ident structure that describes a source location.