mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
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