mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
29a336d6a8
use PTHREAD_CLEANUP_STACKSIZE to enable or disable interfaces pthread_cleanup_push() and pthread_cleanup_pop(). reasons:(1)same as TLS_TASK_NELEM (2)it is no need to use two variables Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>