Searched refs:p2Thread (Results 1 – 2 of 2) sorted by relevance
203 OGetThread* p2Thread = new OGetThread(); in getValue_002() local207 p2Thread->create(); in getValue_002()212 p2Thread->terminate(); in getValue_002()218 nValueOK2 = p2Thread->getOK(); in getValue_002()227 nValueFails2 = p2Thread->getFails(); in getValue_002()234 p2Thread->join(); in getValue_002()237 delete p2Thread; in getValue_002()
1162 OAddThread* p2Thread = new OAddThread(); in check2Threads() local1167 p2Thread->create(); in check2Threads()1168 p2Thread->setPriority(_aPriority); in check2Threads()1173 p2Thread->terminate(); in check2Threads()1179 nValueNormal2 = p2Thread->getValue(); in check2Threads()1189 p2Thread->join(); in check2Threads()1192 delete p2Thread; in check2Threads()
Completed in 27 milliseconds