Lines Matching refs:pNormalThread
1316 OAddThread *pNormalThread = new OAddThread(); in setPriority_003() local
1327 pNormalThread->createSuspended(); in setPriority_003()
1328 pNormalThread->setPriority(osl_Thread_PriorityNormal); in setPriority_003()
1338 pNormalThread->resume(); in setPriority_003()
1346 pNormalThread->suspend(); in setPriority_003()
1352 termAndJoinThread(pNormalThread); in setPriority_003()
1363 nValueNormal = pNormalThread->getValue(); in setPriority_003()
1380 delete pNormalThread; in setPriority_003()
1412 OAddThread *pNormalThread = new OAddThread(); in setPriority_004() local
1423 pNormalThread->createSuspended(); in setPriority_004()
1424 pNormalThread->setPriority(osl_Thread_PriorityNormal); in setPriority_004()
1434 pNormalThread->resume(); in setPriority_004()
1442 pNormalThread->suspend(); in setPriority_004()
1448 termAndJoinThread(pNormalThread); in setPriority_004()
1459 nValueNormal = pNormalThread->getValue(); in setPriority_004()
1476 delete pNormalThread; in setPriority_004()
1507 OAddThread *pNormalThread = new OAddThread(); in setPriority_005() local
1518 pNormalThread->createSuspended(); in setPriority_005()
1519 pNormalThread->setPriority(osl_Thread_PriorityNormal); in setPriority_005()
1529 pNormalThread->resume(); in setPriority_005()
1537 pNormalThread->suspend(); in setPriority_005()
1543 termAndJoinThread(pNormalThread); in setPriority_005()
1554 nValueNormal = pNormalThread->getValue(); in setPriority_005()
1571 delete pNormalThread; in setPriority_005()