Lines Matching refs:bRes
557 sal_Bool bRes = newthread->create(); in TEST_F() local
558 ASSERT_TRUE(bRes == sal_True) << "Can not creates a new thread!\n"; in TEST_F()
614 sal_Bool bRes = newthread->createSuspended(); in TEST_F() local
615 ASSERT_TRUE(bRes == sal_True) << "Can not creates a new thread!"; in TEST_F()
686 sal_Bool bRes = aCountThread->create(); in TEST_F() local
687 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
703 ASSERT_TRUE(bRes == sal_True && nValue == nLaterValue) << "Suspend the thread"; in TEST_F()
713 sal_Bool bRes = aThread->create(); in TEST_F()
714 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
742 ASSERT_TRUE(bRes == sal_True && nValue == nLaterValue) << "Suspend the thread"; in TEST_F()
771 sal_Bool bRes = pCountThread->create(); in TEST_F() local
772 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
806 sal_Bool bRes = newthread->createSuspended(); in TEST_F() local
807 ASSERT_TRUE(bRes == sal_True) << "Can't create thread!"; in TEST_F()
844 sal_Bool bRes = aCountThread->create(); in TEST_F() local
845 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
868 sal_Bool bRes = aCountThread->create(); in TEST_F() local
869 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
916 sal_Bool bRes = aCountThread->create(); in TEST_F() local
917 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
948 sal_Bool bRes = aCountThread->create(); in TEST_F() local
949 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
992 sal_Bool bRes = aCountThread->create(); in TEST_F() local
993 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
1009 sal_Bool bRes = aCountThread->create(); in TEST_F() local
1010 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
1025 ASSERT_TRUE(bRes == sal_True && in TEST_F()
1642 sal_Bool bRes = aCountThread->create(); in TEST_F() local
1643 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
1753 sal_Bool bRes = aThread->create(); in TEST_F() local
1754 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()
1795 sal_Bool bRes = aThread.create(); in TEST_F() local
1796 ASSERT_TRUE(bRes == sal_True) << "Can't start thread!"; in TEST_F()