Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void
195
_cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */
196
{
197
pthread_detach(thread);
198
}
199
200
201
/*
Callers
3
finish_document_data
Function · 0.85
run_printer
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68