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

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

Completed in 223 milliseconds