Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp160 TEST_F(GDBRemoteCommunicationClientTest, SyncThreadState) { in TEST_F() argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm605 nub_bool_t MachProcess::SyncThreadState(nub_thread_t tid) { function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3618 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { SyncThreadState() function in GDBRemoteCommunicationClient