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

Is use of undocumented Windows features discouraged? #705

Closed
AlexGuteniev opened this issue Apr 11, 2020 · 1 comment
Closed

Is use of undocumented Windows features discouraged? #705

AlexGuteniev opened this issue Apr 11, 2020 · 1 comment
Labels
question Further information is requested resolved Successfully resolved without a commit

Comments

@AlexGuteniev
Copy link
Contributor

Consider using NtYieldExecution for more precise sleep. Or obtaining thread id for recursive mutex from TEB with just one instruction instead of GetCurrentThreadId().

Just making sure you are not looking into that.

@AlexGuteniev AlexGuteniev added the question Further information is requested label Apr 11, 2020
@StephanTLavavej
Copy link
Member

We absolutely cannot use undocumented Windows APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested resolved Successfully resolved without a commit
Projects
None yet
Development

No branches or pull requests

2 participants