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

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

Completed in 171 milliseconds