Lines Matching refs:bRes
555 sal_Bool bRes = newthread->create(); in create_001() local
556 CPPUNIT_ASSERT_MESSAGE("Can not creates a new thread!\n", bRes == sal_True ); in create_001()
624 sal_Bool bRes = newthread->createSuspended(); in createSuspended_001() local
625 CPPUNIT_ASSERT_MESSAGE("Can not creates a new thread!", bRes == sal_True ); in createSuspended_001()
707 sal_Bool bRes = aCountThread->create(); in suspend_001() local
708 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in suspend_001()
726 bRes == sal_True && nValue == nLaterValue in suspend_001()
736 sal_Bool bRes = aThread->create(); in suspend_002() local
737 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in suspend_002()
767 bRes == sal_True && nValue == nLaterValue in suspend_002()
801 sal_Bool bRes = pCountThread->create(); in resume_001() local
802 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in resume_001()
839 sal_Bool bRes = newthread->createSuspended(); in resume_002() local
840 CPPUNIT_ASSERT_MESSAGE ( "Can't create thread!", bRes == sal_True ); in resume_002()
885 sal_Bool bRes = aCountThread->create(); in terminate_001() local
886 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in terminate_001()
912 sal_Bool bRes = aCountThread->create(); in terminate_002() local
913 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in terminate_002()
966 sal_Bool bRes = aCountThread->create(); in join_001() local
967 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in join_001()
1001 sal_Bool bRes = aCountThread->create(); in join_002() local
1002 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in join_002()
1053 sal_Bool bRes = aCountThread->create(); in isRunning_001() local
1054 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in isRunning_001()
1073 sal_Bool bRes = aCountThread->create(); in isRunning_002() local
1074 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in isRunning_002()
1091 bRes == sal_True && in isRunning_002()
1775 sal_Bool bRes = aCountThread->create(); in wait_001() local
1776 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in wait_001()
1902 sal_Bool bRes = aThread->create(); in schedule_001() local
1903 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in schedule_001()
1950 sal_Bool bRes = aThread.create(); in schedule_002() local
1951 CPPUNIT_ASSERT_MESSAGE ( "Can't start thread!", bRes == sal_True ); in schedule_002()