MCPcopy 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
143void
144_cupsRWLockWrite(_cups_rwlock_t *rwlock)/* I - Reader/writer lock */
145{
146 pthread_rwlock_wrlock(rwlock);
147}
148
149
150/*

Callers 15

clean_jobsFunction · 0.85
create_jobFunction · 0.85
finish_document_uriFunction · 0.85
ipp_cancel_jobFunction · 0.85
ipp_cancel_my_jobsFunction · 0.85
ipp_send_documentFunction · 0.85
ipp_send_uriFunction · 0.85
process_attr_messageFunction · 0.85
register_printerFunction · 0.85
show_mediaFunction · 0.85
show_suppliesFunction · 0.85
cupsdAddSubscriptionFunction · 0.85

Calls 1

_cupsMutexLockFunction · 0.85

Tested by

no test coverage detected