Searched refs:CreateUnique (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/ |
D | SDL_syssem.cpp | 46 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()
|
D | SDL_sysmutex.cpp | 45 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*); 57 TInt status = CreateUnique(NewMutex, &rmutex, NULL); in SDL_CreateMutex()
|
D | SDL_systhread.cpp | 60 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()
|