Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ _cupsRWLockWrite
Function
_cupsRWLockWrite
cups/thread.c:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
*/
142
143
void
144
_cupsRWLockWrite(_cups_rwlock_t *rwlock)/* I - Reader/writer lock */
145
{
146
pthread_rwlock_wrlock(rwlock);
147
}
148
149
150
/*
Callers
15
clean_jobs
Function · 0.85
create_job
Function · 0.85
finish_document_uri
Function · 0.85
ipp_cancel_job
Function · 0.85
ipp_cancel_my_jobs
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
show_media
Function · 0.85
show_supplies
Function · 0.85
cupsdAddSubscription
Function · 0.85
Calls
1
_cupsMutexLock
Function · 0.85
Tested by
no test coverage detected