Searched defs:sb_thread (Results 1 - 4 of 4) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py309 import sb_thread namespace
310 sb_thread.fuzz_obj(obj)
/external/lldb/source/API/
H A DSBBreakpoint.cpp547 SBThread sb_thread; local
553 sb_thread.SetThread(thread->shared_from_this());
557 sb_thread,
H A DSBProcess.cpp263 SBThread sb_thread; local
270 sb_thread.SetThread (thread_sp);
278 return sb_thread;
286 SBThread sb_thread; local
293 sb_thread.SetThread (thread_sp);
299 return sb_thread;
512 SBThread sb_thread; local
521 sb_thread.SetThread (thread_sp);
530 return sb_thread;
849 SBThread sb_thread; local
876 SBThread sb_thread; local
[all...]
H A DSBValue.cpp1235 SBThread sb_thread; local
1240 sb_thread.SetThread(thread_sp);
1250 return sb_thread;

Completed in 353 milliseconds