Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1430 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock() local
1431 KMP_DEBUG_ASSERT(head_thr != NULL); in __kmp_release_queuing_lock()
1432 waiting_id_p = &head_thr->th.th_next_waiting; in __kmp_release_queuing_lock()
1455 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock() local
1456 KMP_DEBUG_ASSERT(head_thr != NULL); in __kmp_release_queuing_lock()
1467 head_thr->th.th_next_waiting = 0; in __kmp_release_queuing_lock()
1474 head_thr->th.th_spin_here = FALSE; in __kmp_release_queuing_lock()