Home
last modified time | relevance | path

Searched defs:vader_item_swap (Results 1 – 2 of 2) sorted by relevance

/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/vader/
H A Dbtl_vader_fifo.h36 #define vader_item_swap(x, y) opal_atomic_swap_64((volatile int64_t *)(x), (int64_t)(y)) macro
44 #define vader_item_swap(x, y) opal_atomic_swap_32((volatile int32_t *)(x), (int32_t)(y)) macro
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/vader/
H A Dbtl_vader_fifo.h35 #define vader_item_swap(x, y) opal_atomic_swap_64((volatile int64_t *)(x), (int64_t)(y)) macro
44 #define vader_item_swap(x, y) opal_atomic_swap_32((volatile int32_t *)(x), (int32_t)(y)) macro