Noun
critical section (plural critical sections)
English Wikipedia has an article on:critical sectionWikipedia
(programming) A piece of code that accesses a shared resource that must not be concurrently accessed by more than one thread of execution.