Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c382 pthread_t pthread1; in ZTEST() local
386 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()