Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dpthread.c296 ret = pthread_getname_np(NULL, thr_name_buf, sizeof(thr_name_buf)); in test_posix_pthread_execution()
348 ret = pthread_getname_np(newthread[0], NULL, sizeof(thr_name_buf)); in test_posix_pthread_execution()
360 ret = pthread_getname_np(newthread[0], thr_name_buf, in test_posix_pthread_execution()
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h558 int pthread_getname_np(pthread_t thread, char *name, size_t len);
/Zephyr-Core-2.7.6/lib/posix/
Dpthread.c626 int pthread_getname_np(pthread_t thread, char *name, size_t len) in pthread_getname_np() function