Searched refs:static_obj (Results 1 – 1 of 1) sorted by relevance
122 struct rt_object static_obj; in test_object_find_operations() local124 rt_object_init(&static_obj, RT_Object_Class_Thread, name); in test_object_find_operations()127 uassert_ptr_equal(found, &static_obj); in test_object_find_operations()129 rt_object_detach(&static_obj); in test_object_find_operations()
Completed in 42 milliseconds