Searched refs:thname_len (Results 1 – 1 of 1) sorted by relevance
2246 size_t thname_len; in pthread_setname_np() local2252 thname_len = strlen(thname); in pthread_setname_np()2253 if (thname_len >= MAX_TASK_COMM_LEN) in pthread_setname_np()2276 n = TEMP_FAILURE_RETRY(write(fd, thname, thname_len)); in pthread_setname_np()2281 else if ((size_t)n != thname_len) in pthread_setname_np()