Definitions for "Monitor" Add To Word List
Login or Register  | Word Lists | Search History

a abstract data object that consists of a set of variables and a set of mutex members that manipulate the data
Helpful?           0
a data structure plus a set of operations (sort of like an abstract data type)
Helpful?           0
an abstract data type, i
Helpful?           0
an abstract data type implementation that guarantees mutually exclusive access to its internal data
Helpful?           0
an abstract data type that encapsulates a shared resource
Helpful?           0