18 OF_ASSUME_NONNULL_BEGIN
The root class for all other classes inside ObjFW.
Definition: OFObject.h:520
A class for handling strings.
Definition: OFString.h:132
A protocol for locks.
Definition: OFLocking.h:25
bool tryLock()
Tries to lock the lock.
void unlock()
Unlocks the lock.
OFString * name
The name of the lock.
Definition: OFLocking.h:29
void lock()
Locks the lock.