Searched refs:g_swtmrCount3 (Results 1 - 7 of 7) sorted by relevance
/kernel/liteos_m/testsuites/sample/kernel/swtmr/ |
H A D | It_los_swtmr_Align_031.c | 39 static UINT32 g_swtmrCount3;
variable 59 g_swtmrCount3++;
in Case3() 74 g_swtmrCount3 = 0;
in Testcase() 110 ICUNIT_GOTO_EQUAL(g_swtmrCount3, 0, g_swtmrCount3, EXIT); // 0, Here, assert that g_testCount is equal to this .
in Testcase() 117 ICUNIT_GOTO_EQUAL(g_swtmrCount3, 1, g_swtmrCount3, EXIT); // 1, Here, assert that g_testCount is equal to this .
in Testcase()
|
H A D | It_los_swtmr_Align_030.c | 39 static UINT32 g_swtmrCount3;
variable 59 g_swtmrCount3++;
in Case3() 74 g_swtmrCount3 = 0;
in Testcase() 105 ICUNIT_GOTO_EQUAL(g_swtmrCount3, 0, g_swtmrCount3, EXIT); // 0, Here, assert that g_testCount is equal to this .
in Testcase() 112 ICUNIT_GOTO_EQUAL(g_swtmrCount3, 1, g_swtmrCount3, EXIT); // 1, Here, assert that g_testCount is equal to this .
in Testcase()
|
H A D | It_los_swtmr_Align_025.c | 39 static UINT32 g_swtmrCount3;
variable 59 g_swtmrCount3++;
in Case3() 74 g_swtmrCount3 = 0;
in Testcase() 109 ICUNIT_GOTO_EQUAL(g_swtmrCount3 - g_swtmrCount2, 0, g_swtmrCount3 - g_swtmrCount2, EXIT);
in Testcase()
|
H A D | It_los_swtmr_Align_022.c | 39 static UINT32 g_swtmrCount3;
variable 59 g_swtmrCount3++;
in Case3() 74 g_swtmrCount3 = 0;
in Testcase() 103 ICUNIT_GOTO_EQUAL(g_swtmrCount2 - g_swtmrCount3, 0, g_swtmrCount2 - g_swtmrCount3, EXIT);
in Testcase()
|
H A D | It_los_swtmr_Align_024.c | 39 static UINT32 g_swtmrCount3;
variable 59 g_swtmrCount3++;
in Case3() 74 g_swtmrCount3 = 0;
in Testcase() 103 ICUNIT_GOTO_EQUAL(g_swtmrCount3 - g_swtmrCount2, 0, g_swtmrCount3 - g_swtmrCount2, EXIT);
in Testcase()
|
H A D | It_los_swtmr_Align_026.c | 39 static UINT32 g_swtmrCount3;
variable 59 g_swtmrCount3++;
in Case3() 74 g_swtmrCount3 = 0;
in Testcase() 103 ICUNIT_GOTO_EQUAL(g_swtmrCount3 - g_swtmrCount2, 0, g_swtmrCount3 - g_swtmrCount2, EXIT);
in Testcase()
|
H A D | It_los_swtmr_Align_027.c | 39 static UINT32 g_swtmrCount3;
variable 59 g_swtmrCount3++;
in Case3() 74 g_swtmrCount3 = 0;
in Testcase() 109 ICUNIT_GOTO_EQUAL(g_swtmrCount3 - g_swtmrCount2, 0, g_swtmrCount3 - g_swtmrCount2, EXIT);
in Testcase()
|
Completed in 3 milliseconds