Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
DSDL_systhread.cpp51 TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2) in NewThread() function
79 TInt status = CreateUnique(NewThread, &rthread, args); in SDL_SYS_CreateThread()
DSDL_syssem.cpp47 extern TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2);
139 TInt status = CreateUnique(NewThread, &thread, info); in SDL_SemWaitTimeout()