Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c268 char thr_name_buf[CONFIG_THREAD_MAX_NAME_LEN]; in ZTEST() local
281 ret = pthread_getname_np(PTHREAD_INVALID, thr_name_buf, sizeof(thr_name_buf)); in ZTEST()
295 ret = pthread_getname_np(newthread[0], NULL, sizeof(thr_name_buf)); in ZTEST()
307 ret = pthread_getname_np(newthread[0], thr_name_buf, in ZTEST()
308 sizeof(thr_name_buf)); in ZTEST()
312 ret = strncmp(thr_name, thr_name_buf, MIN(strlen(thr_name), strlen(thr_name_buf))); in ZTEST()