Searched refs:dyn_objs (Results 1 – 1 of 1) sorted by relevance
196 rt_object_t dyn_objs[2] = {RT_NULL, RT_NULL}; in test_object_info_enumeration() local212 dyn_objs[i] = rt_object_allocate(RT_Object_Class_Thread, names[i + 3]); in test_object_info_enumeration()213 uassert_not_null(dyn_objs[i]); in test_object_info_enumeration()236 if (objects[i] == dyn_objs[j]) found_count++; in test_object_info_enumeration()256 if (dyn_objs[i]) rt_object_delete(dyn_objs[i]); in test_object_info_enumeration()
Completed in 934 milliseconds