reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1425 ti = __kmp_threads[global_tid]->th.ompt_thread_info; 1427 prev_state = ti.state; 1428 ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck; 1429 ti.state = ompt_state_wait_critical; 1464 ti = __kmp_threads[global_tid]->th.ompt_thread_info; 1466 prev_state = ti.state; 1467 ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck; 1468 ti.state = ompt_state_wait_critical; 1489 ti.state = prev_state; 1490 ti.wait_id = 0;