Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c27 static void *thread_top_term(void *p1);
180 static void *thread_top_term(void *p1) in thread_top_term() function
352 zassert_ok(pthread_create(&newthread[i], NULL, thread_top_term, INT_TO_POINTER(i))); in ZTEST()