18 #import "OFPlainMutex.h" 20 OF_ASSUME_NONNULL_BEGIN
33 OF_SUBCLASSING_RESTRICTED
36 OFPlainRecursiveMutex _rmutex;
47 + (instancetype)mutex;
The root class for all other classes inside ObjFW.
Definition: OFObject.h:686
A class for handling strings.
Definition: OFString.h:134
A class for creating mutual exclusions which can be entered recursively.
Definition: OFRecursiveMutex.h:34