Searched refs:thread_name_len (Results 1 – 2 of 2) sorted by relevance
2749 size_t thread_name_len = strlen(thread_name); in SendStopReplyPacketForThread() local2751 if (::strcspn(thread_name, "$#+-;:") == thread_name_len) in SendStopReplyPacketForThread()2757 for (size_t i = 0; i < thread_name_len; i++) in SendStopReplyPacketForThread()
839 size_t thread_name_len = thread_name.length(); in PrepareStopReplyPacketForThread() local841 if (::strcspn(thread_name.c_str(), "$#+-;:") == thread_name_len) { in PrepareStopReplyPacketForThread()