ObjFW  Diff

Differences From Artifact [c116d03373]:

To Artifact [0374131e0b]:


18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

/*!
 * @brief A class implementing a condition variable for thread synchronization.
 */
@interface OFCondition: OFMutex
{
	of_condition_t _condition;
	BOOL _conditionInitialized;
}

/*!
 * @brief Creates a new condition.
 *
 * @return A new, autoreleased OFCondition
 */







|







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

/*!
 * @brief A class implementing a condition variable for thread synchronization.
 */
@interface OFCondition: OFMutex
{
	of_condition_t _condition;
	bool _conditionInitialized;
}

/*!
 * @brief Creates a new condition.
 *
 * @return A new, autoreleased OFCondition
 */