Function rdwrl_destroy

Function Documentation

void rdwrl_destroy(struct rdwrlock *const rdwr)

Destroy a reader/writer fair lock.

Any further use of the lock after calling this function is undefined.

Parameters:

rdwr – The lock handle.