OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rthread
(Results
1 - 8
of
8
) 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
...]
SDL_syssem.cpp
155
RThread
thread;
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp
62
if(chunk.OpenGlobal(
RThread
().Name(), ETrue) != KErrNone)
102
RThread
currentThread;
128
//
RThread
().Kill(ret); //Markus get rid of this thread
129
//
RThread
().RaiseException(EExcKill);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp
44
static TBool Rendezvous(
RThread
& aThread, TRequestStatus& aStatus);
138
iOperation(aOperation), iItem(aItem), iThread(
RThread
().Id())
219
RThread
iAppThread;
227
CSdlAppServ::CSdlAppServ() : CActive(CActive::EPriorityHigh), iMainId(
RThread
().Id())
248
if(
RThread
().Id() == gEpocEnv->iId)
252
else if(
RThread
().Id() == iMainId)
263
iAppThread.Panic(
RThread
().Name(), aReason);
291
if(
RThread
().Id() != iAppThread.Id())
452
RThread
().Suspend();
461
RThread
th
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp
236
ASSERT(ea->iTid ==
RThread
().Id());
288
iTid =
RThread
().Id();
568
RThread
().SetPriority(EPriorityMore);
/external/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp
88
RThread
current;
/external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp
139
RThread
thread;
/external/stressapptest/src/
sat.cc
1206
RandomDiskThread *
rthread
= new RandomDiskThread(blocktables_[i]);
local
[
all
...]
Completed in 821 milliseconds