Home
last modified time | relevance | path

Searched refs:UCS_INIT_ONCE_INITIALIZER (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/type/
H A Dinit_once.h24 #define UCS_INIT_ONCE_INITIALIZER \ macro
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/sys/
H A Dmodule.h33 UCS_INIT_ONCE_INITIALIZER
H A Dmodule.c46 .init = UCS_INIT_ONCE_INITIALIZER,
H A Dsys.c1280 static ucs_init_once_t init_once = UCS_INIT_ONCE_INITIALIZER; in ucs_sys_get_boot_id()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_type.cc63 const ucs_init_once_t test_init_once::INIT_ONCE_INIT = UCS_INIT_ONCE_INITIALIZER;
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/arch/
H A Dcpu.c27 static ucs_init_once_t ucs_cache_read_once = UCS_INIT_ONCE_INITIALIZER;
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/mm/xpmem/
H A Dmm_xpmem.c58 static ucs_init_once_t uct_xpmem_global_seg_init_once = UCS_INIT_ONCE_INITIALIZER;
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucm/event/
H A Devent.c479 static ucs_init_once_t init_once = UCS_INIT_ONCE_INITIALIZER; in ucm_event_install()