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

Function _cupsThreadDetach

cups/thread.c:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 */
193
194void
195_cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */
196{
197 pthread_detach(thread);
198}
199
200
201/*

Callers 3

finish_document_dataFunction · 0.85
run_printerFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68