• 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...
  • 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...
  • C51 Libraries and reentrancy
    Hi, In http://www.keil.com/support/docs/1873.htm Section 2; It is said that some of the library functions are inherently reentrant because they only use registers for local variables... If only SOME...
  • 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? ...
  • 32-bit integer routine reentrancy
    Are the 32-bit integer operation routines such as LMUL, LSHL, SHSHR etc. reentrant?