Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/exit_during_step/
Dmain.cpp33 volatile int g_test = 0; variable
41 g_test = 0; // Set breakpoint here in step_thread_func()
44 g_test++; in step_thread_func()
47 g_test++; // Continue from here in step_thread_func()
60 while (g_test == 0) in exit_thread_func()
/external/lldb/test/functionalities/thread/create_during_step/
Dmain.cpp31 volatile int g_test = 0; variable
36 g_test = 0; // Set breakpoint here in step_thread_func()
39 g_test++; in step_thread_func()
42 g_test++; // Continue from here in step_thread_func()
75 while (g_test < 1) in main()
/external/lldb/test/functionalities/thread/state/
Dmain.c17 volatile int g_test = 0; variable
21 return a + g_test; in addSomething()
28 while (!g_test && temp < 5) in doNothing()
/external/lldb/test/functionalities/thread/multi_break/
Dmain.cpp32 volatile int g_test = 0; variable
41 g_test++; // Set breakpoint here in thread_func()
/external/lldb/test/functionalities/thread/step_out/
Dmain.cpp30 volatile int g_test = 0; variable
33 g_test += 5; // Set breakpoint here in step_out_of_here()
/external/lldb/test/functionalities/thread/break_after_join/
Dmain.cpp20 volatile int g_test = 0; variable
51 g_test++; // Set breakpoint here in break_thread_func()
/external/lldb/test/functionalities/thread/exit_during_break/
Dmain.cpp20 volatile int g_test = 0; variable
54 g_test++; // Set breakpoint here in break_thread_func()
/external/clang/test/SemaCXX/
Duser-defined-conversions.cpp20 void g_test(Y y) { in g_test() function
Daddr-of-overloaded-function.cpp30 void g_test() { in g_test() function
Doverloaded-operator.cpp321 void g_test(Y y) { in g_test() function