Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/create_after_attach/
Dmain.c40 pthread_t thread_2; in main() local
53 pthread_create (&thread_2, NULL, thread_2_func, NULL); in main()
57 pthread_join(thread_2, NULL); in main()
/external/lldb/test/functionalities/thread/multi_break/
Dmain.cpp50 pthread_t thread_2; in main() local
57 pthread_create (&thread_2, NULL, thread_func, NULL); in main()
61 pthread_join(thread_2, NULL); in main()
/external/lldb/test/functionalities/thread/step_out/
Dmain.cpp52 pthread_t thread_2; in main() local
59 pthread_create (&thread_2, NULL, thread_func, NULL); in main()
63 pthread_join(thread_2, NULL); in main()
/external/lldb/test/functionalities/thread/exit_during_step/
Dmain.cpp70 pthread_t thread_2; in main() local
79 pthread_create (&thread_2, NULL, exit_thread_func, NULL); in main()
82 pthread_join(thread_2, NULL); in main()
/external/lldb/test/functionalities/thread/create_during_step/
Dmain.cpp66 pthread_t thread_2; in main() local
79 pthread_create (&thread_2, NULL, create_thread_func, &thread_1); in main()
88 pthread_join(thread_2, NULL); in main()
/external/lldb/test/functionalities/thread/
Dmain.c28 pthread_t thread_2; in thread1() local
29 pthread_create (&thread_2, NULL, thread2, NULL); in thread1()
34 pthread_join(thread_2, NULL); in thread1()
/external/lldb/test/functionalities/thread/thread_exit/
Dmain.cpp60 pthread_t thread_2; in main() local
74 pthread_create (&thread_2, NULL, thread2, NULL); // Set first breakpoint here in main()
86 pthread_join(thread_2, NULL); in main()
/external/lldb/test/functionalities/thread/break_after_join/
Dmain.cpp91 pthread_t thread_2; in main() local
110 pthread_create (&thread_2, NULL, wait_thread_func, NULL); in main()
121 pthread_join(thread_2, NULL); in main()
/external/lldb/test/functionalities/thread/exit_during_break/
Dmain.cpp95 pthread_t thread_2; in main() local
117 pthread_create (&thread_2, NULL, wait_thread_func, NULL); in main()
131 pthread_join(thread_2, NULL); in main()