Lines Matching +full:0 +full:xfffffff0

89 				      K_PRIO_COOP(1), 0, K_NO_WAIT);  in ZTEST()
115 zassert_equal(ret, 0, "k_thread_name_set() failed"); in ZTEST()
119 zassert_equal(ret, 0, "parent thread name does not match"); in ZTEST()
124 K_PRIO_PREEMPT(1), 0, K_NO_WAIT); in ZTEST()
127 zassert_equal(ret, 0, "k_thread_name_set() failed"); in ZTEST()
129 zassert_equal(ret, 0, "couldn't get copied thread name"); in ZTEST()
131 zassert_equal(ret, 0, "child thread name does not match"); in ZTEST()
160 ret = k_thread_name_set(NULL, (const char *)0xFFFFFFF0); in ZTEST_USER()
172 zassert_equal(ret, 0, "k_thread_name_set() failed"); in ZTEST_USER()
175 zassert_equal(ret, 0, "k_thread_name_copy() failed"); in ZTEST_USER()
177 zassert_equal(ret, 0, "parent thread name does not match"); in ZTEST_USER()
191 zassert_equal(ret, 0, "couldn't get main thread name: %s (%d)", thread_name, ret); in ZTEST_USER()
199 zassert_equal(ret, 0, "k_thread_name_set() failed"); in ZTEST_USER()
201 zassert_equal(ret, 0, "couldn't get copied thread name"); in ZTEST_USER()
203 zassert_equal(ret, 0, "child thread name does not match"); in ZTEST_USER()
222 K_PRIO_PREEMPT(0), K_USER, K_NO_WAIT); in ZTEST_USER()
380 if (ret != 0) { in join_scenario_interval()
401 zassert_equal(k_thread_join(&join_thread, K_FOREVER), 0, in ZTEST_USER()
406 zassert_equal(join_scenario(SELF_ABORT), 0, "failed self-abort case"); in ZTEST_USER()
407 zassert_equal(join_scenario(OTHER_ABORT), 0, "failed other-abort case"); in ZTEST_USER()
410 0, "failed other-abort case with timeout"); in ZTEST_USER()
413 zassert_equal(join_scenario(ALREADY_EXIT), 0, in ZTEST_USER()
421 zassert_equal(join_scenario(ISR_ALREADY_EXIT), 0, "failed isr exited"); in ZTEST()
447 zassert_equal(ret, 0, "couldn't join deadlock2_thread"); in deadlock2_entry()
463 zassert_equal(k_thread_join(&deadlock1_thread, K_FOREVER), 0, in ZTEST_USER()
465 zassert_equal(k_thread_join(&deadlock2_thread, K_FOREVER), 0, in ZTEST_USER()
489 NULL, 0, K_USER, in ZTEST_USER()
541 stats.execution_cycles = 0; in ZTEST()
561 k_busy_wait(0); in ZTEST()
564 /* execution_cycles doesn't increase significantly after 0 in ZTEST()
597 NULL, 0, K_USER, K_NO_WAIT); in ZTEST_USER()
617 a[0] = 1; in large_stack()