Searched refs:static_obj2 (Results 1 – 1 of 1) sorted by relevance
62 struct rt_object static_obj1, static_obj2, static_obj3; in test_object_name_handling() local92 rt_object_init(&static_obj2, RT_Object_Class_Thread, NULL); in test_object_name_handling()93 uassert_true(static_obj2.name[0] == '\0'); in test_object_name_handling()94 rt_object_detach(&static_obj2); in test_object_name_handling()
Completed in 12 milliseconds