Searched refs:head_thr (Results 1 – 1 of 1) sorted by relevance
1422 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock() local1423 KMP_DEBUG_ASSERT(head_thr != NULL); in __kmp_release_queuing_lock()1424 waiting_id_p = &head_thr->th.th_next_waiting; in __kmp_release_queuing_lock()1447 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock() local1448 KMP_DEBUG_ASSERT(head_thr != NULL); in __kmp_release_queuing_lock()1459 head_thr->th.th_next_waiting = 0; in __kmp_release_queuing_lock()1466 head_thr->th.th_spin_here = FALSE; in __kmp_release_queuing_lock()