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

Use pthread_setname_np also on Android #11698

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

blaztinn
Copy link
Contributor

Description

Set thread name on Android the same way as we do on Linux.

Acording to Bionic source code this function is available since 2013 [1] and hase the same signature.

[1] https://android.googlesource.com/platform/bionic/+/2a1bb4e64677b9abbc17173c79768ed494565047

Existing Issue(s)

/

Set thread name on Android the same way as we do on Linux.

Acording to Bionic source code this function is available since 2013 [1] and
hase the same signature.

[1] https://android.googlesource.com/platform/bionic/+/2a1bb4e64677b9abbc17173c79768ed494565047
@slouken slouken merged commit e79b0ce into libsdl-org:SDL2 Dec 24, 2024
38 checks passed
@slouken
Copy link
Collaborator

slouken commented Dec 24, 2024

Merged, thanks!

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

Successfully merging this pull request may close these issues.

2 participants