Searched refs:pthread1 (Results 1 – 1 of 1) sorted by relevance
382 pthread_t pthread1; in ZTEST() local386 zassert_ok(pthread_create(&pthread1, NULL, create_thread1, NULL), in ZTEST()388 zassert_ok(pthread_join(pthread1, NULL), "unable to join thread %zu", i); in ZTEST()