Home
last modified time | relevance | path

Searched refs:sceKernelWaitSema (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/games/easyrpg-player/Player-0.7.0/src/platform/psvita/
H A Dpsp2_ui.cpp106 sceKernelWaitSema(GPU_Mutex, 1, nullptr); in renderThread()
112 sceKernelWaitSema(GPU_Cleanup_Mutex, 1, nullptr); in renderThread()
232 sceKernelWaitSema(GPU_Cleanup_Mutex, 1, nullptr); in ~Psp2Ui()
320 sceKernelWaitSema(GPU_Mutex, 1, nullptr); in UpdateDisplay()
/dports/games/libretro-mgba/mgba-6186d45/include/mgba-util/platform/psp2/
H A Dthreading.h73 ret = sceKernelWaitSema(cond->semaphore, 1, 0); in ConditionWait()
93 ret = sceKernelWaitSema(cond->semaphore, 1, &timeout); in ConditionWaitTimed()
/dports/emulators/mgba/mgba-0.9.2/include/mgba-util/platform/psp2/
H A Dthreading.h74 ret = sceKernelWaitSema(cond->semaphore, 1, 0); in ConditionWait()
94 ret = sceKernelWaitSema(cond->semaphore, 1, &timeout); in ConditionWaitTimed()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/util/
H A Dmutex_psp.h43 sceKernelWaitSema(_mutex, 1, 0); in Lock()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-vbanext/vba-next-c24bf52/libretro-common/rthreads/
H A Dpsp_pthread.h182 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
212 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/rthreads/
H A Dpsp_pthread.h178 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
206 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/libretro-common/rthreads/
H A Dpsp_pthread.h178 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
206 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/rthreads/
H A Dpsp_pthread.h183 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
213 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-opera/opera-libretro-5781f68/libretro-common/rthreads/
H A Dpsp_pthread.h178 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
206 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/rthreads/
H A Dpsp_pthread.h176 ret = sceKernelWaitSema(cond->sema, 1, 0); in pthread_cond_wait()
204 ret = sceKernelWaitSema(cond->sema, 1, &timeout); in pthread_cond_timedwait()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceKernelSemaphore.h26 int sceKernelWaitSema(SceUID semaid, int signal, u32 timeoutPtr);
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceKernelSemaphore.h26 int sceKernelWaitSema(SceUID semaid, int signal, u32 timeoutPtr);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceKernelSemaphore.h26 int sceKernelWaitSema(SceUID semaid, int signal, u32 timeoutPtr);
/dports/devel/sdl20/SDL2-2.0.18/src/thread/psp/
H A DSDL_syssem.c104 res = sceKernelWaitSema(sem->semid, 1, pTimeout); in SDL_SemWaitTimeout()

1234567