Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c26 static void *thread_top_exec(void *p1);
58 static void *thread_top_exec(void *p1) in thread_top_exec() function
277 ret = pthread_create(&newthread[i], NULL, thread_top_exec, INT_TO_POINTER(i)); in ZTEST()