Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dposix_rwlock.c17 static void *thread_top(void *p1) in thread_top() function
95 ret = pthread_create(&newthread[i], &attr[i], thread_top, in test_posix_rw_lock()
Dpthread_key.c22 void *thread_top(void *p1) in thread_top() function
154 ret = pthread_create(&newthread[i], &attr[i], thread_top, in test_posix_multiple_threads_single_key()