Searched refs:kmp_team_list_item_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp3209 } kmp_team_list_item_t; typedef in typeref:struct:kmp_team_list_item
3210 typedef kmp_team_list_item_t *kmp_team_list_t;
3249 kmp_team_list_item_t *item = (kmp_team_list_item_t *)KMP_INTERNAL_MALLOC(
3250 sizeof(kmp_team_list_item_t));
3284 (kmp_team_list_item_t *)KMP_INTERNAL_MALLOC(sizeof(kmp_team_list_item_t));
3390 kmp_team_list_item_t *item = list;

Completed in 170 milliseconds