mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
ebeeb0d3e8
Prohibit use of pthread_cleanup API's by kernel threads. The pthread pthread_cleanup functions MUST run in user mode, making them unusable for kernel threads. See Issue #1263