Home
last modified time | relevance | path

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

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