Searched refs:found (Results 1 – 2 of 2) sorted by relevance
114 rt_object_t found; in test_object_find_operations() local125 found = rt_object_find(name, RT_Object_Class_Thread); in test_object_find_operations()126 uassert_not_null(found); in test_object_find_operations()127 uassert_ptr_equal(found, &static_obj); in test_object_find_operations()128 uassert_str_equal(found->name, name); in test_object_find_operations()178 found = rt_object_find(nonexist_name, RT_Object_Class_Thread); in test_object_find_operations()179 uassert_null(found); in test_object_find_operations()182 found = rt_object_find(NULL, RT_Object_Class_Thread); in test_object_find_operations()183 uassert_null(found); in test_object_find_operations()
64 MSH_CMD_EXPORT(found_by_module, found by module);
Completed in 5 milliseconds