Lines Matching refs:pAboveNormalThread
1315 OAddThread *pAboveNormalThread = new OAddThread(); in setPriority_003() local
1324 pAboveNormalThread->createSuspended(); in setPriority_003()
1325 pAboveNormalThread->setPriority(osl_Thread_PriorityAboveNormal); in setPriority_003()
1337 pAboveNormalThread->resume(); in setPriority_003()
1345 pAboveNormalThread->suspend(); in setPriority_003()
1351 termAndJoinThread(pAboveNormalThread); in setPriority_003()
1360 nValueAboveNormal = pAboveNormalThread->getValue(); in setPriority_003()
1379 delete pAboveNormalThread; in setPriority_003()
1411 OAddThread *pAboveNormalThread = new OAddThread(); in setPriority_004() local
1420 pAboveNormalThread->createSuspended(); in setPriority_004()
1421 pAboveNormalThread->setPriority(osl_Thread_PriorityAboveNormal); in setPriority_004()
1433 pAboveNormalThread->resume(); in setPriority_004()
1441 pAboveNormalThread->suspend(); in setPriority_004()
1447 termAndJoinThread(pAboveNormalThread); in setPriority_004()
1456 nValueAboveNormal = pAboveNormalThread->getValue(); in setPriority_004()
1475 delete pAboveNormalThread; in setPriority_004()