Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DApplicationContextTest.cs33 int thread_exit_count; field in MonoTests.System.Windows.Forms.ApplicationContextTest
38 thread_exit_count++; in thread_exit()
43 Assert.AreEqual (0, thread_exit_count, "1"); in form_handle_destroyed()
50 Assert.AreEqual (1, thread_exit_count, "1"); in form_handle_destroyed2()
58 thread_exit_count = 0; in TestEventOrdering()
72 Assert.AreEqual (1, thread_exit_count, "4"); in TestEventOrdering()
80 thread_exit_count = 0; in TestEventOrdering2()
94 Assert.AreEqual (1, thread_exit_count, "4"); in TestEventOrdering2()
102 thread_exit_count = 0; in ThreadExitTest()
114 Assert.AreEqual (1, thread_exit_count, "3"); in ThreadExitTest()
[all …]