Updated comments; starting to implement priority protection but backed everything out but some changes to comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4510 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
773027083f
commit
bf79cc78d8
@ -314,6 +314,8 @@ defconfig -- This is a configuration file similar to the Linux
|
||||
errorcheck mutexes. Enables pthread_mutexattr_settype().
|
||||
CONFIG_PRIORITY_INHERITANCE - Set to enable support for
|
||||
priority inheritance on mutexes and semaphores.
|
||||
Priority inheritance is a strategy for addressing priority
|
||||
inversion.
|
||||
CONFIG_SEM_PREALLOCHOLDERS: This setting is only used if priority
|
||||
inheritance is enabled. It defines the maximum number of
|
||||
different threads (minus one) that can take counts on a
|
||||
|
Loading…
Reference in New Issue
Block a user