HomeSort by relevance Sort by last modified time
    Searched full:rmutex (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_sysmutex.cpp 49 return ((RMutex*)aPtr1)->CreateGlobal(aName);
55 RMutex rmutex; local
57 TInt status = CreateUnique(NewMutex, &rmutex, NULL);
63 mutex->handle = rmutex.Handle();
72 RMutex rmutex; local
73 rmutex.SetHandle(mutex->handle);
74 rmutex.Signal();
75 rmutex.Close()
88 RMutex rmutex; local
101 RMutex rmutex; local
    [all...]

Completed in 286 milliseconds