metaonly module ti.sysbios.posix.Settings

Obsolete module for POSIX support

Please refer to ti.posix.rtos.Settings for POSIX support.
Configuration settings sourced in ti/sysbios/posix/Settings.xdc
var Settings = xdc.useModule('ti.sysbios.posix.Settings');
module-wide config parameters
 
 
config Settings.supportsMutexPriority  // module-wide

Include support for pthread mutex priority protocols. Default is false

Configuration settings
Settings.supportsMutexPriority = Bool false;
 
DETAILS
Set to true to enable pthread mutex priority protocols. If set to true, PTHREAD_PRIO_PROTECT and PTHREAD_PRIO_INHERIT mutexes will be available. The default value is set to false to reduce code size.
generated on Thu, 23 May 2019 00:23:05 GMT