Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp4198 int new_gtid; in __kmp_allocate_thread() local
4301 for (new_gtid = 1; TCR_PTR(__kmp_threads[new_gtid]) != NULL; ++new_gtid) { in __kmp_allocate_thread()
4302 KMP_DEBUG_ASSERT(new_gtid < __kmp_threads_capacity); in __kmp_allocate_thread()
4308 TCW_SYNC_PTR(__kmp_threads[new_gtid], new_thr); in __kmp_allocate_thread()
4344 __kmp_print_thread_storage_map(new_thr, new_gtid); in __kmp_allocate_thread()
4368 __kmp_initialize_info(new_thr, team, new_tid, new_gtid); in __kmp_allocate_thread()
4446 __kmp_create_worker(new_gtid, new_thr, __kmp_stksize); in __kmp_allocate_thread()
4451 new_gtid)); in __kmp_allocate_thread()