Home
last modified time | relevance | path

Searched refs:CreateUnique (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
DSDL_syssem.cpp46 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
59 TInt status = CreateUnique(NewSema, &s, &initial_value); in SDL_CreateSemaphore()
139 TInt status = CreateUnique(NewThread, &thread, info); in SDL_SemWaitTimeout()
DSDL_sysmutex.cpp45 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
57 TInt status = CreateUnique(NewMutex, &rmutex, NULL); in SDL_CreateMutex()
DSDL_systhread.cpp60 int CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny* aPtr1, TAny* aPtr2) in CreateUnique() function
79 TInt status = CreateUnique(NewThread, &rthread, args); in SDL_SYS_CreateThread()