Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/create_during_step/
Dmain.cpp49 create_thread_func (void *input) in create_thread_func() function
79 pthread_create (&thread_2, NULL, create_thread_func, &thread_1); in main()