Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp.h1295 typedef struct KMP_ALIGN_CACHE kmpc_aligned_int32_t { struct
1297 } kmpc_aligned_int32_t; argument
1359 struct kmpc_aligned_int32_t *tq_th_thunks;
H A Dkmp_taskq.cpp525 bytes = nproc * sizeof(kmpc_aligned_int32_t); in __kmp_alloc_taskq()
527 (kmpc_aligned_int32_t *)__kmp_taskq_allocate(bytes, global_tid); in __kmp_alloc_taskq()