Searched refs:found_thread (Results 1 – 1 of 1) sorted by relevance
115 rt_thread_t found_thread; in test_object_find_operations() local135 found_thread = rt_thread_find(name); in test_object_find_operations()136 uassert_not_null(found_thread); in test_object_find_operations()137 uassert_ptr_equal(found_thread, thread); in test_object_find_operations()138 uassert_str_equal(found_thread->parent.name, name); in test_object_find_operations()184 found_thread = rt_thread_find(NULL); in test_object_find_operations()185 uassert_null(found_thread); in test_object_find_operations()
Completed in 3 milliseconds