Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_DestroySemaphore(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!DestroySemaphore !!!SDL_!DestroySemaphore NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO ---- !!NAME SDL_!DestroySemaphore- Destroys a semaphore that was created by ''SDL_!CreateSemaphore''. !!SYNOPSIS __#include __ __void SDL_!DestroySemaphore__(__SDL_sem *sem__); !!DESCRIPTION __SDL_!DestroySemaphore__ destroys the semaphore pointed to by __sem__ that was created by __SDL_!CreateSemaphore__. It is not safe to destroy a semaphore if there are threads currently blocked waiting on it. !!EXAMPLES if (my_sem != NULL) { SDL_!DestroySemaphore(my_sem); my_sem = NULL; } !!SEE ALSO __SDL_!CreateSemaphore__, __SDL_!SemWait__, __SDL_!SemTryWait__, __SDL_!SemWaitTimeout__, __SDL_!SemPost__, __SDL_!SemValue__ ----
One page links to
SDL_DestroySemaphore(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.