Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dpthread.c33 void *thread_top_exec(void *p1);
68 void *thread_top_exec(void *p1) in thread_top_exec() function
307 thread_top_exec, NULL); in test_posix_pthread_execution()
340 ret = pthread_create(&newthread[i], &attr[i], thread_top_exec, in test_posix_pthread_execution()