Home
last modified time | relevance | path

Searched refs:KMP_COUNT_BLOCK (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_csupport.cpp275 KMP_COUNT_BLOCK(OMP_NESTED_PARALLEL); in __kmpc_fork_call()
277 KMP_COUNT_BLOCK(OMP_PARALLEL); in __kmpc_fork_call()
372 KMP_COUNT_BLOCK(OMP_TEAMS); in __kmpc_fork_teams()
694 KMP_COUNT_BLOCK(OMP_BARRIER); in __kmpc_barrier()
754 KMP_COUNT_BLOCK(OMP_MASTER); in __kmpc_master()
1146 KMP_COUNT_BLOCK(OMP_CRITICAL); in __kmpc_critical()
1365 KMP_COUNT_BLOCK(OMP_CRITICAL); in __kmpc_critical_with_hint()
1720 KMP_COUNT_BLOCK(OMP_SINGLE); in __kmpc_single()
2529 KMP_COUNT_BLOCK(OMP_set_lock); in __kmpc_set_lock()
2954 KMP_COUNT_BLOCK(OMP_test_lock); in __kmpc_test_lock()
[all …]
Dkmp_stats.h901 #define KMP_COUNT_BLOCK(name) \ macro
971 #define KMP_COUNT_DEVELOPER_BLOCK(n) KMP_COUNT_BLOCK(n)
991 #define KMP_COUNT_BLOCK(n) ((void)0) macro
Dkmp_sched.cpp82 KMP_COUNT_BLOCK(OMP_LOOP_STATIC); in __kmp_for_static_init()
434 KMP_COUNT_BLOCK(OMP_DISTRIBUTE); in __kmp_dist_for_static_init()
Dkmp_tasking.cpp1497 KMP_COUNT_BLOCK(TASK_cancelled); in __kmp_invoke_task()
1511 KMP_COUNT_BLOCK(TASK_executed); in __kmp_invoke_task()
1943 KMP_COUNT_BLOCK(OMP_TASKYIELD); in __kmpc_omp_taskyield()
2787 KMP_COUNT_BLOCK(TASK_stolen); in __kmp_steal_task()
4157 KMP_COUNT_BLOCK(OMP_TASKLOOP); in __kmp_taskloop_linear()
Dkmp_dispatch.cpp359 KMP_COUNT_BLOCK(OMP_LOOP_STATIC_STEAL); in __kmp_dispatch_init_algorithm()
817 KMP_COUNT_BLOCK(OMP_LOOP_STATIC); in __kmp_dispatch_init()
819 KMP_COUNT_BLOCK(OMP_LOOP_DYNAMIC); in __kmp_dispatch_init()