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

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

Completed in 102 milliseconds