Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i195 This method takes no arguments, returns an SBQueue.") GetQueue;
198 GetQueue () const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h46 lldb::QueueSP GetQueue() override;
H A DThreadGDBRemote.cpp171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() function in ThreadGDBRemote
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h40 lldb::SBQueue GetQueue() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp90 lldb::SBQueue SBThread::GetQueue() const { in GetQueue() function in SBThread
91 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBQueue, SBThread, GetQueue); in GetQueue()
101 queue_sp = exe_ctx.GetThreadPtr()->GetQueue(); in GetQueue()
1379 LLDB_REGISTER_METHOD_CONST(lldb::SBQueue, SBThread, GetQueue, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h359 virtual lldb::QueueSP GetQueue() { return lldb::QueueSP(); } in GetQueue() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53849 result = ((lldb::SBThread const *)arg1)->GetQueue(); in _wrap_SBThread_GetQueue()