Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp4427 int new_gtid; in __kmp_allocate_thread() local
4542 for (new_gtid = new_start_gtid; TCR_PTR(__kmp_threads[new_gtid]) != NULL; in __kmp_allocate_thread()
4543 ++new_gtid) { in __kmp_allocate_thread()
4544 KMP_DEBUG_ASSERT(new_gtid < __kmp_threads_capacity); in __kmp_allocate_thread()
4548 KMP_DEBUG_ASSERT(new_gtid <= __kmp_hidden_helper_threads_num); in __kmp_allocate_thread()
4560 TCW_SYNC_PTR(__kmp_threads[new_gtid], new_thr); in __kmp_allocate_thread()
4596 __kmp_print_thread_storage_map(new_thr, new_gtid); in __kmp_allocate_thread()
4620 __kmp_initialize_info(new_thr, team, new_tid, new_gtid); in __kmp_allocate_thread()
4703 __kmp_affinity_set_init_mask(new_gtid, /*isa_root=*/FALSE); in __kmp_allocate_thread()
4709 __kmp_create_worker(new_gtid, new_thr, __kmp_stksize); in __kmp_allocate_thread()
[all …]