(Askeri) CEP, GİRİNTİ: Bir cephe hattında, düşman harekatı sonucu meydana gelen kama şeklindeki girinti. Karşı cephe hattında buna bakışık olan çıkıntıya (salient) denir
İngilizce - İngilizce
re-entrant teriminin İngilizce İngilizce sözlükte anlamı
one who re-enters; internal angle of a polygon that measures more than 180 degrees; indentation of coastline (Geography)
Normally used to indicate that a function can be interrupted by a new call, and can successfully cope with recovering the original process when it has completed servicing the interruption Here, it is used to refer to a batch file that is entered one or more times after it has been invoked, usually by jumps from other batch files that it invoked Reentrancy differs from recursion in that the reentry does not automatically return to the calling batch file Reentrancy is sometimes used from within the same batch file, as to restart with a specified environment size or to split an environment string into fields
a small valley running down a hillside A stream cut into a hillside would create a reentrant-type feature On a map, the contour lines which describe a reentrant point uphill
A reentrant subprogram is a subprogram which can be in invoked any number of times in parallel, without interference between the various invocations See section A Pure (Reentrant) Parser
The ability of code to process multiple interleaved requests for service nearly simultaneously For example, a reentrant function can begin responding to one call, be interrupted by other calls, and complete them all with the same results as if the function had received and executed each call serially