Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dcnd.c25 thrd_t thrd2; member
99 thrd_create(&fixture->thrd2, test_cnd_thread_fn, fixture)); in tst_cnd_common()
114 zassert_equal(thrd_success, thrd_join(fixture->thrd2, &fixture->res2)); in tst_cnd_common()