Home
last modified time | relevance | path

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

/AOO41X/main/sal/qa/osl/process/
H A Dosl_Thread.cxx1316 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()
[all …]