You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/15 12:32:09 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5498: sched: Implement task local storage

no1wudi commented on a change in pull request #5498:
URL: https://github.com/apache/incubator-nuttx/pull/5498#discussion_r806781547



##########
File path: libs/libc/tls/Kconfig
##########
@@ -54,4 +54,14 @@ config TLS_NELEM
 		NOTE that the special value of CONFIG_TLS_NELEM disables these
 		TLS interfaces.
 
+config TLS_TASK_NELEM
+	int "Number of Task Local Storage elements"
+	default 0

Review comment:
       There is a macro guard `#if CONFIG_TLS_TASK_NELEM > 0` for it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org