0%

re-entrant

re·en·trant
R r

Transcription

    • US Pronunciation
    • US IPA
    • UK Pronunciation
    • UK IPA
    • [ree-en-truh nt]
    • /reɪ ˈen-trənt/
    • /riː ˈen.trənt/
    • US Pronunciation
    • US IPA
    • [ree-en-truh nt]
    • /reɪ ˈen-trənt/

Definitions of re-entrant word

  • adjective re-entrant reentering or pointing inward: a reentrant angle. 1
  • noun re-entrant a reentering angle or part. 1
  • noun re-entrant a person or thing that reenters or returns: Reentrants to the engineering program must take the introductory course again. 1
  • noun re-entrant Physical Geography. a prominent indentation in a coastline. Compare salient (def 6). 1
  • noun Technical meaning of re-entrant (programming)   Used to describe code which can have multiple simultaneous, interleaved, or nested invocations which will not interfere with each other. This is important for parallel processing, recursive functions or subroutines, and interrupt handling. It is usually easy to arrange for multiple invocations (e.g. calls to a subroutine) to share one copy of the code and any read-only data but, for the code to be re-entrant, each invocation must use its own copy of any modifiable data (or synchronised access to shared data). This is most often achieved using a stack and allocating local variables in a new stack frame for each invocation. Alternatively, the caller may pass in a pointer to a block of memory which that invocation can use (usually for outputting the result) or the code may allocate some memory on a heap, especially if the data must survive after the routine returns. Re-entrant code is often found in system software, such as operating systems and teleprocessing monitors. It is also a crucial component of multithreaded programs where the term "thread-safe" is often used instead of "re-entrant". 1
  • adjective re-entrant (of an angle, esp in fortifications) pointing inwards 0

Information block about the term

Origin of re-entrant

First appearance:

before 1775
One of the 45% newest English words
First recorded in 1775-85; re- + entrant

Historical Comparancy

Parts of speech for Re-entrant

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

re-entrant popularity

A common word. It’s meaning is known to most children of preschool age. About 73% of English native speakers know the meaning and use the word.
According to our data most of word are more popular. This word is almost not used. It has a much more popular synonym.

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?