Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ _cupsMutexInit
Function
_cupsMutexInit
cups/thread.c:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
*/
76
77
void
78
_cupsMutexInit(_cups_mutex_t *mutex) /* I - Mutex */
79
{
80
pthread_mutex_init(mutex, NULL);
81
}
82
83
84
/*
Callers
1
_cupsRWInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected