MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cupsMutexLock

Function _cupsMutexLock

cups/thread.c:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 */
87
88void
89_cupsMutexLock(_cups_mutex_t *mutex) /* I - Mutex */
90{
91 pthread_mutex_lock(mutex);
92}
93
94
95/*

Callers 15

cupsdLogClientFunction · 0.85
cupsdLogJobFunction · 0.85
cupsdLogMessageFunction · 0.85
send_responseFunction · 0.85
report_attrFunction · 0.85
update_reasonsFunction · 0.85
dnssd_initFunction · 0.85
cupsSetServerCredentialsFunction · 0.85
http_gnutls_load_crlFunction · 0.85
_httpTLSStartFunction · 0.85
_cupsStrAllocFunction · 0.85

Calls 2

_cupsGlobalLockFunction · 0.85
_cupsGlobalUnlockFunction · 0.85

Tested by 2

mainFunction · 0.68
run_clientFunction · 0.68