MCPcopy 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
121void
122_cupsRWInit(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
123{
124 pthread_rwlock_init(rwlock, NULL);
125}
126
127
128/*

Callers 4

create_printerFunction · 0.85
cupsdAddSubscriptionFunction · 0.85
cupsdReadConfigurationFunction · 0.85
cupsdAddPrinterFunction · 0.85

Calls 1

_cupsMutexInitFunction · 0.85

Tested by

no test coverage detected