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

  /external/lldb/test/functionalities/stop-hook/multiple_threads/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
78 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
83 err = ::pthread_join (g_thread_1, &thread_result);
  /external/lldb/test/functionalities/watchpoint/multiple_threads/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
82 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
87 err = ::pthread_join (g_thread_1, &thread_result);
  /external/lldb/test/functionalities/watchpoint/hello_watchlocation/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
95 err = ::pthread_join (g_thread_1, &thread_result);
  /external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
97 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
110 err = ::pthread_join (g_thread_1, &thread_result);
  /external/lldb/test/python_api/watchpoint/watchlocation/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
86 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
93 err = ::pthread_join (g_thread_1, &thread_result);
  /external/lldb/test/python_api/lldbutil/iter/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
123 err = ::pthread_join (g_thread_1, &thread_result);
  /external/lldb/test/python_api/lldbutil/process/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
123 err = ::pthread_join (g_thread_1, &thread_result);
  /external/lldb/test/python_api/module_section/
main.cpp 17 pthread_t g_thread_1 = NULL; variable
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
123 err = ::pthread_join (g_thread_1, &thread_result);

Completed in 376 milliseconds