Searched refs:thr_name (Results 1 – 1 of 1) sorted by relevance
243 static const char thr_name[] = "thread name"; in test_posix_pthread_execution() local302 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()