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