Home
last modified time | relevance | path

Searched defs:setThreadID (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBTraceOptions.cpp117 void SBTraceOptions::setThreadID(lldb::tid_t thread_id) { in setThreadID() function in SBTraceOptions
/external/llvm-project/lldb/include/lldb/Utility/
DTraceOptions.h55 void setThreadID(lldb::tid_t thread_id) { m_thread_id = thread_id; } in setThreadID() function
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DFrame.java89 public void setThreadID(long threadID) { in setThreadID() method in Frame