Searched refs:thread_name_len (Results 1 – 2 of 2) sorted by relevance
2753 size_t thread_name_len = strlen(thread_name); in SendStopReplyPacketForThread() local2755 if (::strcspn(thread_name, "$#+-;:") == thread_name_len) in SendStopReplyPacketForThread()2761 for (size_t i = 0; i < thread_name_len; i++) in SendStopReplyPacketForThread()
837 size_t thread_name_len = thread_name.length(); in PrepareStopReplyPacketForThread() local839 if (::strcspn(thread_name.c_str(), "$#+-;:") == thread_name_len) { in PrepareStopReplyPacketForThread()