module ti.sysbios.rts.ti.ReentSupport

Provide thread local storage for POSIX implementation

C synopsis target-domain sourced in ti/sysbios/rts/ti/ReentSupport.xdc
 
ReentSupport_getReent()  // module-wide
C synopsis target-domain
Int *ReentSupport_getReent();
 
Module-Wide Built-Ins

C synopsis target-domain
Types_ModuleId ReentSupport_Module_id();
// Get this module's unique id
 
Bool ReentSupport_Module_startupDone();
// Test if this module has completed startup
 
IHeap_Handle ReentSupport_Module_heap();
// The heap from which this module allocates memory
 
Bool ReentSupport_Module_hasMask();
// Test whether this module has a diagnostics mask
 
Bits16 ReentSupport_Module_getMask();
// Returns the diagnostics mask for this module
 
Void ReentSupport_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
 
Configuration settings sourced in ti/sysbios/rts/ti/ReentSupport.xdc
var ReentSupport = xdc.useModule('ti.sysbios.rts.ti.ReentSupport');
module-wide config parameters
 
 
metaonly config ReentSupport.common$  // module-wide

Common module configuration parameters

Configuration settings
ReentSupport.common$ = Types.Common$ undefined;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
generated on Thu, 23 May 2019 00:23:09 GMT