Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dpthread.c243 static const char thr_name[] = "thread name"; in test_posix_pthread_execution() local
302 ret = pthread_setname_np(NULL, thr_name); in test_posix_pthread_execution()
356 ret = pthread_setname_np(newthread[0], thr_name); in test_posix_pthread_execution()
365 ret = strncmp(thr_name, thr_name_buf, min(strlen(thr_name), in test_posix_pthread_execution()