reentrant

Etymology

re- + entrant

adj

  1. Reentering; pointing inward.
  2. (programming, of a mutex) Such that the corresponding lock can be reacquired by the locking thread.
    The global interpreter lock of the embedded scripting engine is not reentrant.
  3. (programming) That may be executed more than once at a time either by different threads, or because of recursion.
    Global variables must not be altered by reentrant code.
    Actor serialization […]might even lead to possible deadlock. To mitigate that risk, there's an important exception to actor serialization: actors are reentrant. This means that when an actor itself says await, then while the actor's code is waiting, its members can be accessed from outside the actor using await. 2021, Matt Neuburg, iOS 15 Programming Fundamentals with Swift, 8th edition, O'Reilly, page 386
  4. (aeronautics, of a part of a rocket) Designed to return to the Earth's atmosphere.
  5. (physiology) Of or pertaining to reentry (in the heart);
  6. (music, of a ukulele or similar instrument) Having the strings not ordered according to pitch (having a re-entry).

noun

  1. An angle or part that reenters itself.
  2. One who enters (the labour market, etc.) again.
  3. (geography) A valley between a pair of parallel ridges.

Attribution / Disclaimer All definitions come directly from Wiktionary using the Wiktextract library. We do not edit or curate the definitions for any words, if you feel the definition listed is incorrect or offensive please suggest modifications directly to the source (wiktionary/reentrant), any changes made to the source will update on this page periodically.