Home
last modified time | relevance | path

Searched refs:ucs_ptr_array_locked_set (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_datatype.cc635 ucs_ptr_array_locked_set(&pa, 3, &d); in UCS_TEST_F()
640 ucs_ptr_array_locked_set(&pa, 6, &f); in UCS_TEST_F()
642 ucs_ptr_array_locked_set(&pa, 100, &g); in UCS_TEST_F()
655 ucs_ptr_array_locked_set(&pa, 2, &g); in UCS_TEST_F()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/datastruct/
H A Dptr_array.h304 void ucs_ptr_array_locked_set(ucs_ptr_array_locked_t *locked_ptr_array,
H A Dptr_array.c333 void ucs_ptr_array_locked_set(ucs_ptr_array_locked_t *locked_ptr_array, in ucs_ptr_array_locked_set() function