Lines Matching refs:getValue

168     T getValue()  in getValue()  function in ThreadSafeValue
252 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in myThread
298 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in OCountThread
320 while (m_aFlag.getValue() < 20 && schedule() == sal_True) in run()
363 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in OSuspendThread
414 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in ONoScheduleThread
425 while (m_aFlag.getValue() < 10) in run()
462 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in OAddThread
562 sal_Int32 nValue = newthread->getValue(); in create_001()
630 sal_Int32 nValue = newthread->getValue(); in createSuspended_001()
675 nValue = _pCountThread->getValue(); in suspendCountThread()
713 sal_Int32 nValue = aCountThread->getValue(); // (2) in suspend_001()
718 sal_Int32 nLaterValue = aCountThread->getValue(); // (3) in suspend_001()
743 nValue = aThread->getValue(); // (1) in suspend_002()
753 nValue = aThread->getValue(); // (2) in suspend_002()
758 sal_Int32 nLaterValue = aThread->getValue(); // (3) in suspend_002()
806 sal_Int32 nSuspendValue = pCountThread->getValue(); // (2) in resume_001()
812 sal_Int32 nResumeValue = pCountThread->getValue(); in resume_001()
815 sal_Int32 nLaterValue = pCountThread->getValue(); in resume_001()
844 sal_Int32 nValue = newthread->getValue(); in resume_002()
889 sal_Int32 nValue = aCountThread->getValue(); in terminate_001()
892 sal_Int32 nLaterValue = aCountThread->getValue(); in terminate_001()
917 sal_Int32 nValue = aCountThread->getValue(); in terminate_002()
925 sal_Int32 nLaterValue = aCountThread->getValue(); in terminate_002()
1176 nValueNormal = pThread->getValue(); in check2Threads()
1179 nValueNormal2 = p2Thread->getValue(); in check2Threads()
1275 nValueHighest = aHighestThread.getValue(); in setPriority_002()
1278 nValueAboveNormal = aAboveNormalThread.getValue(); in setPriority_002()
1281 nValueNormal = aNormalThread.getValue(); in setPriority_002()
1357 nValueHighest = pHighestThread->getValue(); in setPriority_003()
1360 nValueAboveNormal = pAboveNormalThread->getValue(); in setPriority_003()
1363 nValueNormal = pNormalThread->getValue(); in setPriority_003()
1366 nValueBelowNormal = pBelowNormalThread->getValue(); in setPriority_003()
1369 nValueLowest = pLowestThread->getValue(); in setPriority_003()
1456 nValueAboveNormal = pAboveNormalThread->getValue(); in setPriority_004()
1459 nValueNormal = pNormalThread->getValue(); in setPriority_004()
1462 nValueBelowNormal = pBelowNormalThread->getValue(); in setPriority_004()
1465 nValueLowest = pLowestThread->getValue(); in setPriority_004()
1554 nValueNormal = pNormalThread->getValue(); in setPriority_005()
1557 nValueBelowNormal = pBelowNormalThread->getValue(); in setPriority_005()
1560 nValueLowest = pLowestThread->getValue(); in setPriority_005()
1790 sal_Int32 nValue = aCountThread->getValue(); in wait_001()
1908 sal_Int32 nValue = aThread->getValue(); in schedule_001()
1910 sal_Int32 nLaterValue = aThread->getValue(); in schedule_001()
1925 sal_Int32 nValue_term = aThread->getValue(); in schedule_001()
1928 sal_Int32 nValue_join = aThread->getValue(); in schedule_001()
1955 sal_Int32 nValue = aThread.getValue(); in schedule_002()
1958 sal_Int32 nLaterValue = aThread.getValue(); in schedule_002()
1985 sal_Int32 nValue_term = aThread.getValue(); in schedule_002()