Home
last modified time | relevance | path

Searched refs:select_thread (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/safe-to-func-call/
H A DTestSafeFuncCalls.py36 select_thread = lldb.SBThread()
42 select_thread = t
45 main_thread.IsValid() and select_thread.IsValid(),
51 select_thread.SafeToCallFunctions(), False,
H A Dmain.c8 select_thread (void *in) in select_thread() function
28 pthread_create (&other_thread, NULL, select_thread, NULL); in main()
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py214 select_thread = False
223 select_thread = True
227 select_thread = True
240 select_thread = True
245 select_thread = True
251 select_thread = True
255 select_thread = True
268 if select_thread and not selected_thread: