MCPcopy 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
154void
155_cupsRWUnlock(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
156{
157 pthread_rwlock_unlock(rwlock);
158}
159
160
161/*

Callers 15

clean_jobsFunction · 0.85
create_jobFunction · 0.85
find_jobFunction · 0.85
finish_document_uriFunction · 0.85
ipp_cancel_jobFunction · 0.85
ipp_cancel_my_jobsFunction · 0.85
ipp_get_jobsFunction · 0.85
ipp_send_documentFunction · 0.85
ipp_send_uriFunction · 0.85
process_attr_messageFunction · 0.85
register_printerFunction · 0.85

Calls 1

_cupsMutexUnlockFunction · 0.85

Tested by

no test coverage detected