MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cupsRWDestroy

Function _cupsRWDestroy

cups/thread.c:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 */
109
110void
111_cupsRWDestroy(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
112{
113 pthread_rwlock_destroy(rwlock);
114}
115
116
117/*

Callers 1

cupsdDeleteSubscriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected