Home
last modified time | relevance | path

Searched refs:UCT_IFACE_FLAG_EVENT_ASYNC_CB (Results 1 – 4 of 4) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_worker.c338 UCT_IFACE_FLAG_EVENT_ASYNC_CB)); in ucp_worker_iface_has_event_notify()
348 !(wiface->attr.cap.event_flags & UCT_IFACE_FLAG_EVENT_ASYNC_CB); in ucp_worker_iface_use_event_fd()
861 ucs_assert(wiface->attr.cap.event_flags & UCT_IFACE_FLAG_EVENT_ASYNC_CB); in ucp_worker_iface_async_cb_event()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Duct_test.cc949 (iface_event_flags & UCT_IFACE_FLAG_EVENT_ASYNC_CB))); in check_event_caps()
1459 UCT_IFACE_FLAG_EVENT_ASYNC_CB) { in wait_for_event()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h445 #define UCT_IFACE_FLAG_EVENT_ASYNC_CB UCS_BIT(4) /**< Event notification through asynchronous macro
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/ud/base/
H A Dud_iface.c727 UCT_IFACE_FLAG_EVENT_ASYNC_CB; in uct_ud_iface_query()