Searched refs:names (Results 1 – 1 of 1) sorted by relevance
197 char names[5][TEST_RT_NAME_MAX]; in test_object_info_enumeration() local202 uassert_true(generate_unique_name(names[i], TEST_RT_NAME_MAX, "enum") == RT_EOK); in test_object_info_enumeration()208 rt_object_init(&static_objs[i], RT_Object_Class_Thread, names[i]); in test_object_info_enumeration()212 dyn_objs[i] = rt_object_allocate(RT_Object_Class_Thread, names[i + 3]); in test_object_info_enumeration()
Completed in 3 milliseconds