Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void
133
_cupsRWLockRead(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
134
{
135
pthread_rwlock_rdlock(rwlock);
136
}
137
138
139
/*
Callers
15
find_job
Function · 0.85
ipp_get_jobs
Function · 0.85
ipp_get_printer_attributes
Function · 0.85
show_status
Function · 0.85
cupsdAddEvent
Function · 0.85
cupsdFindSubscription
Function · 0.85
cupsdSaveAllSubscriptions
Function · 0.85
cupsdReadClient
Function · 0.85
check_rss_recipient
Function · 0.85
copy_printer_attrs
Function · 0.85
copy_subscription_attrs
Function · 0.85
create_local_bg_thread
Function · 0.85
Calls
1
_cupsMutexLock
Function · 0.85
Tested by
no test coverage detected