Adelsbach Enhanced Threading Library

Manual Pages (DD-00013-001)

Enhanced Threading Library > rwmtx_destroy (3)
HTML TXT PDF PS
rwmtx_destroy(3) Library Functions Manual rwmtx_destroy(3)

rwmtx_destroydestroy a read/write lock

library “threads”
#include <threadse.h>

int
rwmtx_destroy(rwmtx_t *rw);

The function () will destroy the given read/write lock rw.

Upon success rwmtx_destroy() will return thrd_success. In case of error thrd_error will be returned.

rwmtx_init(3) rwmtx_rdlock(3) rwmtx_wrlock(3) rwmtx_tryrdlock(3) rwmtx_trywrlock(3) rwmtx_timedrdlock(3) rwmtx_timedwrlock(3) rwmtx_unlock(3)

The rwmtx_destroy() function first appeared in the Adelsbach Enhanced Threading Library.

Jan Adelsbach <jan@jadelsbach.de>

May 9, 2020 Debian