Home
last modified time | relevance | path

Searched refs:SDL_DestroyCond (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/
DSDL_syscond.c53 SDL_DestroyCond(cond); in SDL_CreateCond()
64 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() function
DSDL_syssem.c119 SDL_DestroyCond(sem->count_nonzero); in SDL_DestroySemaphore()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/
DSDL_syscond.c55 SDL_DestroyCond(cond); in SDL_CreateCond()
66 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() function
/third_party/flutter/skia/third_party/externals/sdl/src/thread/stdcpp/
DSDL_syscond.cpp60 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() function
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mutex.h202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/
DSDL_syscond.c56 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() function
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick.c504 SDL_DestroyCond(s_condJoystickThread); in SDL_SYS_JoystickQuit()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h278 #define SDL_DestroyCond SDL_DestroyCond_REAL macro
DSDL_dynapi_procs.h307 SDL_DYNAPI_PROC(void,SDL_DestroyCond,(SDL_cond *a),(a),)
/third_party/ffmpeg/fftools/
Dffplay.c520 SDL_DestroyCond(q->cond); in packet_queue_destroy()
721 SDL_DestroyCond(f->cond); in frame_queue_destory()
1286 SDL_DestroyCond(is->continue_read_thread); in stream_close()