Home
last modified time | relevance | path

Searched refs:step_thread_func (Results 1 – 2 of 2) sorted by relevance

/external/lldb/test/functionalities/thread/exit_during_step/
Dmain.cpp36 step_thread_func (void *input) in step_thread_func() function
76 pthread_create (&thread_1, NULL, step_thread_func, NULL); in main()
/external/lldb/test/functionalities/thread/create_during_step/
Dmain.cpp34 step_thread_func (void *input) in step_thread_func() function
72 pthread_create (&thread_1, NULL, step_thread_func, NULL); in main()