Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp2068 uintptr_t per_thread_size = gomp_data[1]; in KMP_EXPAND_NAME() local
2076 (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()
2087 uintptr_t offset = (address - reduce_data) % per_thread_size; in KMP_EXPAND_NAME()
2088 mapped_address = (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()