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

Function _cupsRWLockRead

cups/thread.c:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 */
131
132void
133_cupsRWLockRead(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
134{
135 pthread_rwlock_rdlock(rwlock);
136}
137
138
139/*

Callers 15

find_jobFunction · 0.85
ipp_get_jobsFunction · 0.85
show_statusFunction · 0.85
cupsdAddEventFunction · 0.85
cupsdFindSubscriptionFunction · 0.85
cupsdReadClientFunction · 0.85
check_rss_recipientFunction · 0.85
copy_printer_attrsFunction · 0.85
copy_subscription_attrsFunction · 0.85
create_local_bg_threadFunction · 0.85

Calls 1

_cupsMutexLockFunction · 0.85

Tested by

no test coverage detected