Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/create_during_step/
Dmain.cpp65 pthread_t thread_1; in main() local
72 pthread_create (&thread_1, NULL, step_thread_func, NULL); in main()
79 pthread_create (&thread_2, NULL, create_thread_func, &thread_1); in main()
89 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/create_after_attach/
Dmain.c39 pthread_t thread_1; in main() local
43 pthread_create (&thread_1, NULL, thread_1_func, NULL); in main()
56 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/multi_break/
Dmain.cpp49 pthread_t thread_1; in main() local
56 pthread_create (&thread_1, NULL, thread_func, NULL); in main()
60 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/step_out/
Dmain.cpp51 pthread_t thread_1; in main() local
58 pthread_create (&thread_1, NULL, thread_func, NULL); in main()
62 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/exit_during_step/
Dmain.cpp69 pthread_t thread_1; in main() local
76 pthread_create (&thread_1, NULL, step_thread_func, NULL); in main()
88 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/expr-doesnt-deadlock/
Dlocking.c56 pthread_t thread_1; in main() local
63 pthread_create (&thread_1, NULL, lock_acquirer_1, NULL); in main()
76 pthread_join (thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/
Dmain.c41 pthread_t thread_1; in main() local
48 pthread_create (&thread_1, NULL, thread1, NULL); in main()
53 pthread_join (thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/thread_exit/
Dmain.cpp59 pthread_t thread_1; in main() local
68 pthread_create (&thread_1, NULL, thread1, NULL); in main()
80 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/break_after_join/
Dmain.cpp90 pthread_t thread_1; in main() local
107 pthread_create (&thread_1, NULL, break_thread_func, NULL); in main()
122 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/exit_during_break/
Dmain.cpp94 pthread_t thread_1; in main() local
114 pthread_create (&thread_1, NULL, break_thread_func, NULL); in main()
132 pthread_join(thread_1, NULL); in main()