reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_lock.cpp
 1388     head = *head_id_p;
 1399     if (head == -1) { /* nobody on queue */
 1419       if (head == tail) { /* only one thread on the queue */
 1428             RCAST(volatile kmp_int64 *, tail_id_p), KMP_PACK_64(head, head),
 1428             RCAST(volatile kmp_int64 *, tail_id_p), KMP_PACK_64(head, head),
 1436         kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1);
 1461       kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1);