Lines Matching refs:retiredToString
64 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testBasic()
83 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancel()
102 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancelAfterRun()
129 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
174 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
183 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
194 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
235 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
243 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
251 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
260 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
267 ASSERT_EQ(3ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
274 ASSERT_EQ(4ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()