Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic SDL_TryLockMutex implementation blocks...? #8433

Closed
icculus opened this issue Oct 25, 2023 · 1 comment
Closed

Generic SDL_TryLockMutex implementation blocks...? #8433

icculus opened this issue Oct 25, 2023 · 1 comment
Assignees
Milestone

Comments

@icculus
Copy link
Collaborator

icculus commented Oct 25, 2023

In the generic SDL_TryLockMutex, this WaitSemaphore should be TryWaitSemaphore, right?

retval = SDL_WaitSemaphore(mutex->sem);

@icculus icculus added this to the 3.2.0 milestone Oct 25, 2023
@slouken
Copy link
Collaborator

slouken commented Oct 25, 2023

Yep

@icculus icculus self-assigned this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants