Searched refs:deadlock1_thread (Results 1 – 1 of 1) sorted by relevance
424 struct k_thread deadlock1_thread; variable445 ret = k_thread_join(&deadlock1_thread, K_FOREVER); in deadlock2_entry()456 k_thread_create(&deadlock1_thread, deadlock1_stack, STACK_SIZE, in ZTEST_USER()463 zassert_equal(k_thread_join(&deadlock1_thread, K_FOREVER), 0, in ZTEST_USER()652 &deadlock1_thread, deadlock1_stack, in thread_test_setup()