Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp1439 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock() local
1440 KMP_DEBUG_ASSERT(head_thr != NULL); in __kmp_release_queuing_lock()
1441 waiting_id_p = &head_thr->th.th_next_waiting; in __kmp_release_queuing_lock()
1464 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock() local
1465 KMP_DEBUG_ASSERT(head_thr != NULL); in __kmp_release_queuing_lock()
1476 head_thr->th.th_next_waiting = 0; in __kmp_release_queuing_lock()
1483 head_thr->th.th_spin_here = FALSE; in __kmp_release_queuing_lock()