Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ _cupsRWUnlock
Function
_cupsRWUnlock
cups/thread.c:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
*/
153
154
void
155
_cupsRWUnlock(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
156
{
157
pthread_rwlock_unlock(rwlock);
158
}
159
160
161
/*
Callers
15
clean_jobs
Function · 0.85
create_job
Function · 0.85
find_job
Function · 0.85
finish_document_uri
Function · 0.85
ipp_cancel_job
Function · 0.85
ipp_cancel_my_jobs
Function · 0.85
ipp_get_jobs
Function · 0.85
ipp_get_printer_attributes
Function · 0.85
ipp_send_document
Function · 0.85
ipp_send_uri
Function · 0.85
process_attr_message
Function · 0.85
register_printer
Function · 0.85
Calls
1
_cupsMutexUnlock
Function · 0.85
Tested by
no test coverage detected