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 2020/05/08 16:43:21 UTC

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1007: Move pthread-specific data into TLS

Ouss4 commented on a change in pull request #1007:
URL: https://github.com/apache/incubator-nuttx/pull/1007#discussion_r422247730



##########
File path: libs/libc/tls/Kconfig
##########
@@ -45,10 +45,11 @@ config TLS_LOG2_MAXSTACK
 
 config TLS_NELEM
 	int "Number of TLS elements"
-	default 0
+	default 4

Review comment:
       This means that TLS (and pthread-specific) is always enabled? (for defconfigs that don't set it to 0 as above)
   BTW, the CONFIG_NPTHREAD_KEYS is not used anymore it should be removed from sched/Kconfig.




----------------------------------------------------------------
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.

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