Searched defs:thread_name_len (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2454 size_t thread_name_len = strlen(thread_name); local
2456 if (::strcspn (thread_name, "$#+-;:") == thread_name_len)
2463 for (int i = 0; i < thread_name_len; i++)

Completed in 99 milliseconds