Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/break_after_join/
Dmain.cpp94 pthread_t thread_5; in main() local
115 pthread_create (&thread_5, NULL, join_thread_func, &thread_4); in main()
118 pthread_join(thread_5, NULL); in main()
/external/lldb/test/functionalities/thread/exit_during_break/
Dmain.cpp98 pthread_t thread_5; in main() local
125 pthread_create (&thread_5, NULL, exit_thread_func, NULL); in main()
128 pthread_join(thread_5, NULL); in main()