Lines Matching refs:pLowestThread
1318 OAddThread *pLowestThread = new OAddThread(); in setPriority_003() local
1333 pLowestThread->createSuspended(); in setPriority_003()
1334 pLowestThread->setPriority(osl_Thread_PriorityLowest); in setPriority_003()
1340 pLowestThread->resume(); in setPriority_003()
1348 pLowestThread->suspend(); in setPriority_003()
1354 termAndJoinThread(pLowestThread); in setPriority_003()
1369 nValueLowest = pLowestThread->getValue(); in setPriority_003()
1382 delete pLowestThread; in setPriority_003()
1414 OAddThread *pLowestThread = new OAddThread(); in setPriority_004() local
1429 pLowestThread->createSuspended(); in setPriority_004()
1430 pLowestThread->setPriority(osl_Thread_PriorityLowest); in setPriority_004()
1436 pLowestThread->resume(); in setPriority_004()
1444 pLowestThread->suspend(); in setPriority_004()
1450 termAndJoinThread(pLowestThread); in setPriority_004()
1465 nValueLowest = pLowestThread->getValue(); in setPriority_004()
1478 delete pLowestThread; in setPriority_004()
1509 OAddThread *pLowestThread = new OAddThread(); in setPriority_005() local
1524 pLowestThread->createSuspended(); in setPriority_005()
1525 pLowestThread->setPriority(osl_Thread_PriorityLowest); in setPriority_005()
1531 pLowestThread->resume(); in setPriority_005()
1539 pLowestThread->suspend(); in setPriority_005()
1545 termAndJoinThread(pLowestThread); in setPriority_005()
1560 nValueLowest = pLowestThread->getValue(); in setPriority_005()
1573 delete pLowestThread; in setPriority_005()