We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Discovered during testing。
thread 1 thrd_t *thrd= thrd_current(); thread 2 thrd_equal(thrd, thrd_current());
GetThreadId(thrd_current()) return ok. but GetThreadId(thrd) return err. thrd in thread 1 so fun thrd_equal return err.
The text was updated successfully, but these errors were encountered:
Reproduce the scene: baresip/restund#8
Sorry, something went wrong.
Can you try #1203
Ok, I will test it later.
The execution result meets expectations. OK
Successfully merging a pull request may close this issue.
Discovered during testing。
GetThreadId(thrd_current()) return ok. but GetThreadId(thrd) return err. thrd in thread 1
so fun thrd_equal return err.
The text was updated successfully, but these errors were encountered: