Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/create_after_attach/
Dmain.c5 volatile int g_thread_2_continuing = 0; variable
11 while (!g_thread_2_continuing) // The debugger will change this value in thread_1_func()
31 g_thread_2_continuing = 1; in thread_2_func()