class MUTEX General cluster: ise description: "Mutex synchronization object, allows threads to access global data through critical sections. Mutexes are recursive." create: make Ancestors DISPOSABLE* THREAD_ENVIRONMENT Queries is_set: BOOLEAN try_lock: BOOLEAN Commands destroy lock unlock
Generated by ISE EiffelStudio