Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp235 PythonString tid_pystr("tid"); in CreateThreadFromThreadInfo() local
236 const tid_t tid = thread_dict.GetItemForKeyAsInteger (tid_pystr, LLDB_INVALID_THREAD_ID); in CreateThreadFromThreadInfo()