HomeSort by relevance Sort by last modified time
    Searched refs:wait_thread_func (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/functionalities/thread/break_after_join/
main.cpp 61 wait_thread_func (void *input) function
110 pthread_create (&thread_2, NULL, wait_thread_func, NULL);
111 pthread_create (&thread_3, NULL, wait_thread_func, NULL);
112 pthread_create (&thread_4, NULL, wait_thread_func, NULL);
  /external/lldb/test/functionalities/thread/exit_during_break/
main.cpp 64 wait_thread_func (void *input) function
117 pthread_create (&thread_2, NULL, wait_thread_func, NULL);
118 pthread_create (&thread_3, NULL, wait_thread_func, NULL);
119 pthread_create (&thread_4, NULL, wait_thread_func, NULL);

Completed in 56 milliseconds