Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp30 create_thread_func (void *input) in create_thread_func() function
57 std::thread thread_2(create_thread_func, &thread_1); in main()