Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ _cupsRWInit
Function
_cupsRWInit
cups/thread.c:121–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
*/
120
121
void
122
_cupsRWInit(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
123
{
124
pthread_rwlock_init(rwlock, NULL);
125
}
126
127
128
/*
Callers
4
create_printer
Function · 0.85
cupsdAddSubscription
Function · 0.85
cupsdReadConfiguration
Function · 0.85
cupsdAddPrinter
Function · 0.85
Calls
1
_cupsMutexInit
Function · 0.85
Tested by
no test coverage detected