Contents

os_unfair_lock

A structure that contains the data for an unfair lock.

Declaration

typedef struct os_unfair_lock_s os_unfair_lock;

Discussion

To create a lock, allocate a variable of this type and initialize it to OS_UNFAIR_LOCK_INIT.

See Also

Unfair Locking