Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/break_after_join/
Dmain.cpp93 pthread_t thread_4; in main() local
112 pthread_create (&thread_4, NULL, wait_thread_func, NULL); in main()
115 pthread_create (&thread_5, NULL, join_thread_func, &thread_4); in main()
119 pthread_join(thread_4, NULL); in main()
/external/lldb/test/functionalities/thread/exit_during_break/
Dmain.cpp97 pthread_t thread_4; in main() local
119 pthread_create (&thread_4, NULL, wait_thread_func, NULL); in main()
129 pthread_join(thread_4, NULL); in main()