Searched refs:thname_len (Results 1 – 1 of 1) sorted by relevance
1888 size_t thname_len; in pthread_setname_np() local1894 thname_len = strlen(thname); in pthread_setname_np()1895 if (thname_len >= MAX_TASK_COMM_LEN) in pthread_setname_np()1918 n = TEMP_FAILURE_RETRY(write(fd, thname, thname_len)); in pthread_setname_np()1923 else if ((size_t)n != thname_len) in pthread_setname_np()