What kind of code can be called “re-entrant”?

前端 未结 9 1293
时光说笑
时光说笑 2020-12-24 02:34

Could someone tell me what code can be called \"re-entrant\" code?

I came across this word when reading some real time operating system. What disciplines must be st

9条回答
  •  抹茶落季
    2020-12-24 02:57

    Re-entrant code is when the pages share a common resource and the resource should not be changed or manipulated. Then this resource is known as re-entrant code or pure code.

提交回复
热议问题