• Library function reentrancy?
    I'm sure it's written somewhere and I'm not opposed to looking for it. However I have looked and found nothing so I'll ask. There are a host of "behind the scenes" library functions that perform such...
  • latest C-library reentrancy status
    In versions 4 and 5 of the C-library, approximately half the routines were reentrant. What is the current status? Will some functions ( such as the memory allocation routines ) never be reentrant? ...
  • RTX51 Tiny and Reentrancy
    What is the effect of an RTX Tiny context switch (via specifying a non-zero TIMESHARING value in Conf_tny.A51) on non-reentrant functions? I would assume that functions documented as reentrant will...
  • Dual reentrancy models?
    It's getting kind of quiet here so I'll throw one out... It appears to me that one could run both reentrancy models (small using IDATA and large using XDATA) simultaneously. To what benefit I'm not...
  • 32-bit integer routine reentrancy
    Are the 32-bit integer operation routines such as LMUL, LSHL, SHSHR etc. reentrant?