Home
last modified time | relevance | path

Searched refs:kmp_cg_root_t (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp3794 kmp_cg_root_t *tmp = (kmp_cg_root_t *)__kmp_allocate(sizeof(kmp_cg_root_t)); in __kmp_register_root()
4107 kmp_cg_root_t *tmp = this_thr->th.th_cg_roots; in __kmp_initialize_info()
5515 kmp_cg_root_t *tmp = thr->th.th_cg_roots; in __kmp_free_team()
5616 kmp_cg_root_t *tmp = this_th->th.th_cg_roots; in __kmp_free_thread()
7250 kmp_cg_root_t *tmp = (kmp_cg_root_t *)__kmp_allocate(sizeof(kmp_cg_root_t)); in __kmp_teams_master()
Dkmp.h2503 } kmp_cg_root_t; typedef
2644 kmp_cg_root_t *th_cg_roots; // list of cg_roots associated with this thread
Dkmp_csupport.cpp418 kmp_cg_root_t *tmp = this_thr->th.th_cg_roots; in __kmpc_fork_teams()