Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c19 static void *thread_top(void *p1) in thread_top() function
75 zassert_ok(pthread_create(&newthread[i], NULL, thread_top, NULL), in ZTEST()
/Zephyr-latest/tests/posix/common/src/
Dkey.c21 static void *thread_top(void *p1) in thread_top() function
87 zassert_ok(pthread_create(&newthread[i], NULL, thread_top, NULL), in ZTEST()