Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
void
111
_cupsRWDestroy(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
112
{
113
pthread_rwlock_destroy(rwlock);
114
}
115
116
117
/*
Callers
1
cupsdDeleteSubscription
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected