Lines Matching defs:wait_id

339   ompt_wait_id_t wait_id,
346 " ompt_event_wait_lock: wait_id=%" PRIu64 ", hint=%" PRIu32
348 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
352 " ompt_event_wait_test_lock: wait_id=%" PRIu64 ", hint=%" PRIu32
354 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
358 " ompt_event_wait_nest_lock: wait_id=%" PRIu64 ", hint=%" PRIu32
360 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
364 " ompt_event_wait_test_nest_lock: wait_id=%" PRIu64
366 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
370 " ompt_event_wait_critical: wait_id=%" PRIu64 ", hint=%" PRIu32
372 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
376 " ompt_event_wait_atomic: wait_id=%" PRIu64 ", hint=%" PRIu32
378 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
382 " ompt_event_wait_ordered: wait_id=%" PRIu64 ", hint=%" PRIu32
384 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
394 ompt_wait_id_t wait_id,
401 " ompt_event_acquired_lock: wait_id=%" PRIu64 ", codeptr_ra=%p \n",
402 ompt_get_thread_data()->value, wait_id, codeptr_ra);
406 " ompt_event_acquired_test_lock: wait_id=%" PRIu64
408 ompt_get_thread_data()->value, wait_id, codeptr_ra);
412 " ompt_event_acquired_nest_lock_first: wait_id=%" PRIu64
414 ompt_get_thread_data()->value, wait_id, codeptr_ra);
418 " ompt_event_acquired_test_nest_lock_first: wait_id=%" PRIu64
420 ompt_get_thread_data()->value, wait_id, codeptr_ra);
424 " ompt_event_acquired_critical: wait_id=%" PRIu64
426 ompt_get_thread_data()->value, wait_id, codeptr_ra);
430 " ompt_event_acquired_atomic: wait_id=%" PRIu64
432 ompt_get_thread_data()->value, wait_id, codeptr_ra);
436 " ompt_event_acquired_ordered: wait_id=%" PRIu64
438 ompt_get_thread_data()->value, wait_id, codeptr_ra);
448 ompt_wait_id_t wait_id,
455 " ompt_event_release_lock: wait_id=%" PRIu64 ", codeptr_ra=%p \n",
456 ompt_get_thread_data()->value, wait_id, codeptr_ra);
460 " ompt_event_release_nest_lock_last: wait_id=%" PRIu64
462 ompt_get_thread_data()->value, wait_id, codeptr_ra);
466 " ompt_event_release_critical: wait_id=%" PRIu64
468 ompt_get_thread_data()->value, wait_id, codeptr_ra);
472 " ompt_event_release_atomic: wait_id=%" PRIu64
474 ompt_get_thread_data()->value, wait_id, codeptr_ra);
478 " ompt_event_release_ordered: wait_id=%" PRIu64
480 ompt_get_thread_data()->value, wait_id, codeptr_ra);
490 ompt_wait_id_t wait_id,
497 " ompt_event_acquired_nest_lock_next: wait_id=%" PRIu64
499 ompt_get_thread_data()->value, wait_id, codeptr_ra);
503 " ompt_event_release_nest_lock_prev: wait_id=%" PRIu64
505 ompt_get_thread_data()->value, wait_id, codeptr_ra);
716 ompt_wait_id_t wait_id,
723 " ompt_event_init_lock: wait_id=%" PRIu64 ", hint=%" PRIu32
725 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
729 " ompt_event_init_nest_lock: wait_id=%" PRIu64 ", hint=%" PRIu32
731 ompt_get_thread_data()->value, wait_id, hint, impl, codeptr_ra);
741 ompt_wait_id_t wait_id,
748 " ompt_event_destroy_lock: wait_id=%" PRIu64 ", codeptr_ra=%p \n",
749 ompt_get_thread_data()->value, wait_id, codeptr_ra);
753 " ompt_event_destroy_nest_lock: wait_id=%" PRIu64
755 ompt_get_thread_data()->value, wait_id, codeptr_ra);