Home
last modified time | relevance | path

Searched refs:kmpc_aligned_shared_vars_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_taskq.cpp435 kmpc_aligned_shared_vars_t *shared_var_array; in __kmp_alloc_taskq()
508 bytes = nshareds * sizeof(kmpc_aligned_shared_vars_t); in __kmp_alloc_taskq()
510 (kmpc_aligned_shared_vars_t *)__kmp_taskq_allocate(bytes, global_tid); in __kmp_alloc_taskq()
H A Dkmp.h1326 struct kmpc_aligned_shared_vars_t *tq_shareds;
1373 typedef struct KMP_ALIGN_CACHE kmpc_aligned_shared_vars_t { struct
1375 } kmpc_aligned_shared_vars_t; typedef