Searched refs:deadlock2_thread (Results 1 – 1 of 1) sorted by relevance
427 struct k_thread deadlock2_thread; variable436 ret = k_thread_join(&deadlock2_thread, K_FOREVER); in deadlock1_entry()459 k_thread_create(&deadlock2_thread, deadlock2_stack, STACK_SIZE, in ZTEST_USER()465 zassert_equal(k_thread_join(&deadlock2_thread, K_FOREVER), 0, in ZTEST_USER()653 &deadlock2_thread, deadlock2_stack); in thread_test_setup()