Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/posix/common/src/
Dpthread.c35 void *thread_top_term(void *p1);
191 void *thread_top_term(void *p1) in thread_top_term() function
503 ret = pthread_create(&newthread[i], &attr[i], thread_top_term, in ZTEST()