Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
DSDL_systhread.cpp61 TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2) in NewThread() function
89 const TInt status = CreateUnique(NewThread, &rthread, args); in SDL_SYS_CreateThread()
DSDL_syssem.cpp55 extern TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2);
159 TInt status = CreateUnique(NewThread, &thread, info); in SDL_SemWaitTimeout()