Searched refs:rthread (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_systhread.cpp87 RThread rthread; local
89 const TInt status = CreateUnique(NewThread, &rthread, args);
97 rthread.Resume();
98 thread->handle = rthread.Handle();
142 RThread rthread; local
143 rthread.SetHandle(thread->handle);
144 rthread.Kill(0);
145 rthread.Close();
/external/stressapptest/src/
H A Dsat.cc1206 RandomDiskThread *rthread = new RandomDiskThread(blocktables_[i]); local
1207 rthread->InitThread(total_threads_++, this, os_, patternlist_,
1209 rthread->SetDevice(diskfilename_[i].c_str());
1210 if (rthread->SetParameters(read_block_size_, write_block_size_,
1215 random_vector->insert(random_vector->end(), rthread);
1218 delete rthread;

Completed in 83 milliseconds