critical section


critical section

A non-re-entrant piece of code that can only be executed byone process at a time. It will usually terminate in boundedtime and a process will only have to wait a bounded time toenter it. Some synchronisation mechanism is required at theentry and exit of the critical section to ensure exclusiveuse.

critical section

In structures, that section or position where failure is most likely to occur.