Home
last modified time | relevance | path

Searched refs:found (Results 1 – 2 of 2) sorted by relevance

/examples/utest/testcases/kernel/
A Dobject_tc.c114 rt_object_t found; in test_object_find_operations() local
125 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()
/examples/var_export/
A Dvar_export_example.c64 MSH_CMD_EXPORT(found_by_module, found by module);

Completed in 4 milliseconds