Searched refs:wait_id (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h82 ompt_wait_id_t wait_id; member in struct:__anon2973
H A Dompt-specific.cpp214 ti->th.ompt_thread_info.wait_id = (ompt_wait_id_t)(uintptr_t)variable;
222 *omp_wait_id = ti->th.ompt_thread_info.wait_id;
H A Dompt-general.cpp505 OMPT_API_ROUTINE int ompt_get_state(ompt_wait_id_t *wait_id) { argument
508 int thread_state = __ompt_get_state_internal(wait_id);
H A Dkmp_csupport.cpp867 th->th.ompt_thread_info.wait_id = lck;
889 th->th.ompt_thread_info.wait_id = 0;
1199 ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck;
1222 ti.wait_id = 0;
1413 ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck;
1452 ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck;
1475 ti.wait_id = 0;
H A Dkmp_lock.cpp1206 /* change the state before clearing wait_id */
1208 this_thr->th.ompt_thread_info.wait_id = 0;
1221 /* this thread will spin; set wait_id before entering wait state */
1223 this_thr->th.ompt_thread_info.wait_id = (uint64_t)lck;
1259 /* change the state before clearing wait_id */
1261 this_thr->th.ompt_thread_info.wait_id = 0;
H A Dkmp_gsupport.cpp1197 thread->th.ompt_thread_info.wait_id = 0;
H A Dkmp_tasking.cpp1450 thread->th.ompt_thread_info.wait_id = 0;
H A Dkmp_runtime.cpp5654 this_thr->th.ompt_thread_info.wait_id = 0;
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h556 ompt_wait_id_t *wait_id
837 ompt_wait_id_t wait_id,
845 ompt_wait_id_t wait_id; member in struct:ompt_record_mutex_acquire_t
851 ompt_wait_id_t wait_id,
857 ompt_wait_id_t wait_id; member in struct:ompt_record_mutex_t
863 ompt_wait_id_t wait_id,
869 ompt_wait_id_t wait_id; member in struct:ompt_record_nest_lock_t

Completed in 133 milliseconds