Searched refs:MAX_NAME_LENGTH (Results 1 – 2 of 2) sorted by relevance
140 static constexpr size_t MAX_NAME_LENGTH = 15; variable910 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()911 name_start_ptr += thread_name.length() - MAX_NAME_LENGTH; in SetThreadName()
50776 field public static final int MAX_NAME_LENGTH = 80; // 0x50