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

testing/ostest: adjust PTHREAD_CLEANUP_STACKSIZE with nuttx project #1792

Merged
merged 1 commit into from Jun 14, 2023
Merged

testing/ostest: adjust PTHREAD_CLEANUP_STACKSIZE with nuttx project #1792

merged 1 commit into from Jun 14, 2023

Conversation

siryang2006
Copy link

@siryang2006 siryang2006 commented Jun 13, 2023

Summary

testing/ostest: adjust PTHREAD_CLEANUP_STACKSIZE with nuttx project

in project nuttx "remove PTHREAD_CLEANUP, and use PTHREAD_CLEANUP_STACKSIZE to enable or disable interfaces pthread_cleanup_push() and pthread_cleanup_pop()", apps project also needes adjust code.

Impact

Kconfig

Testing

CI, need merge with apache/nuttx#9527

in project nuttx "remove PTHREAD_CLEANUP, and use PTHREAD_CLEANUP_STACKSIZE to enable or disable interfaces pthread_cleanup_push() and pthread_cleanup_pop()", project apps also needes adjust code.

Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
@jerpelea jerpelea merged commit cb179e4 into apache:master Jun 14, 2023
25 checks passed
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.

None yet

3 participants