Home
last modified time | relevance | path

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

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