Searched refs:pthread_getname_np (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-2.7.6/tests/posix/common/src/ |
D | pthread.c | 296 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/ |
D | pthread.h | 558 int pthread_getname_np(pthread_t thread, char *name, size_t len);
|
/Zephyr-Core-2.7.6/lib/posix/ |
D | pthread.c | 626 int pthread_getname_np(pthread_t thread, char *name, size_t len) in pthread_getname_np() function
|