Common ancestor class of all reference-counted, synchronized objects. oop_referenced_object.xml oop_referenced_object.h Common ancestor class of all reference-counted, synchronized objects.
Embedded synchronization mutex. mutex); #else osalMutexObjectInit(&self->mutex); #endif]]> Object lock. mutex); #else osalMutexLock(&self->mutex); #endif]]> Object unlock. mutex); #else osalMutexUnlock(&self->mutex); #endif]]>