MCPcopy 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
77void
78_cupsMutexInit(_cups_mutex_t *mutex) /* I - Mutex */
79{
80 pthread_mutex_init(mutex, NULL);
81}
82
83
84/*

Callers 1

_cupsRWInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected