Searched refs:thread_name_len (Results 1 – 1 of 1) sorted by relevance
837 size_t thread_name_len = thread_name.length(); in PrepareStopReplyPacketForThread() local839 if (::strcspn(thread_name.c_str(), "$#+-;:") == thread_name_len) { in PrepareStopReplyPacketForThread()