HomeSort by relevance Sort by last modified time
    Searched refs:rthread (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 63 return ((RThread*)(aPtr1))->Create(aName,
87 RThread rthread; local
89 const TInt status = CreateUnique(NewThread, &rthread, args);
92 delete(((RThread*)(thread->handle)));
97 rthread.Resume();
98 thread->handle = rthread.Handle();
109 RThread current;
117 RThread t;
142 RThread rthread local
    [all...]
  /external/stressapptest/src/
sat.cc 1206 RandomDiskThread *rthread = new RandomDiskThread(blocktables_[i]); local
    [all...]

Completed in 63 milliseconds