Home
last modified time | relevance | path

Searched refs:pLowestThread (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx1236 OAddThread *pLowestThread = new OAddThread(); in TEST_F() local
1251 pLowestThread->createSuspended(); in TEST_F()
1252 pLowestThread->setPriority(osl_Thread_PriorityLowest); in TEST_F()
1258 pLowestThread->resume(); in TEST_F()
1266 pLowestThread->suspend(); in TEST_F()
1272 termAndJoinThread(pLowestThread); in TEST_F()
1287 nValueLowest = pLowestThread->getValue(); in TEST_F()
1300 delete pLowestThread; in TEST_F()
1327 OAddThread *pLowestThread = new OAddThread(); in TEST_F() local
1342 pLowestThread->createSuspended(); in TEST_F()
[all …]