Home
last modified time | relevance | path

Searched refs:thread_with_name (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp810 std::string thread_with_name(thread_str); in CreateThread() local
811 thread_with_name += ' '; in CreateThread()
812 thread_with_name += name; in CreateThread()
813 EmplaceSafeString(object, "name", thread_with_name); in CreateThread()