Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp1047 this_thr->th.th_next_waiting, head_id, tail_id); in __kmp_dump_queuing_lock()
1052 t = __kmp_threads[lck->lk.head_id - 1]->th.th_next_waiting; in __kmp_dump_queuing_lock()
1055 t = __kmp_threads[t - 1]->th.th_next_waiting; in __kmp_dump_queuing_lock()
1099 if (this_thr->th.th_next_waiting != 0) in __kmp_acquire_queuing_lock_timed_template()
1103 KMP_DEBUG_ASSERT(this_thr->th.th_next_waiting == 0); in __kmp_acquire_queuing_lock_timed_template()
1218 tail_thr->th.th_next_waiting = gtid + 1; in __kmp_acquire_queuing_lock_timed_template()
1235 if (this_thr->th.th_next_waiting != 0) in __kmp_acquire_queuing_lock_timed_template()
1238 KMP_DEBUG_ASSERT(this_thr->th.th_next_waiting == 0); in __kmp_acquire_queuing_lock_timed_template()
1361 if (this_thr->th.th_next_waiting != 0) in __kmp_release_queuing_lock()
1365 KMP_DEBUG_ASSERT(this_thr->th.th_next_waiting == 0); in __kmp_release_queuing_lock()
[all …]
Dkmp_omp.h102 th_next_waiting; // next thread waiting for lock (if available) member
Dkmp_debugger.cpp97 offset_and_size_of(kmp_base_info_t, th_next_waiting),
Dkmp.h2659 th_next_waiting; /* gtid+1 of next thread on lock wait queue, 0 if none */ member
Dkmp_runtime.cpp4228 KMP_DEBUG_ASSERT(this_thr->th.th_next_waiting == 0); in __kmp_initialize_info()
4452 new_thr->th.th_next_waiting = 0; in __kmp_allocate_thread()