Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void
89
_cupsMutexLock(_cups_mutex_t *mutex) /* I - Mutex */
90
{
91
pthread_mutex_lock(mutex);
92
}
93
94
95
/*
Callers
15
cupsdLogClient
Function · 0.85
cupsdLogJob
Function · 0.85
cupsdLogMessage
Function · 0.85
send_response
Function · 0.85
report_attr
Function · 0.85
update_reasons
Function · 0.85
dnssd_init
Function · 0.85
cupsSetServerCredentials
Function · 0.85
httpCredentialsAreValidForName
Function · 0.85
http_gnutls_load_crl
Function · 0.85
_httpTLSStart
Function · 0.85
_cupsStrAlloc
Function · 0.85
Calls
2
_cupsGlobalLock
Function · 0.85
_cupsGlobalUnlock
Function · 0.85
Tested by
2
main
Function · 0.68
run_client
Function · 0.68