Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ debug_thread_id
Function
debug_thread_id
cups/debug.c:69–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
*/
68
69
static int /* O - Local thread ID */
70
debug_thread_id(void)
71
{
72
_cups_globals_t *cg = _cupsGlobals(); /* Global data */
73
74
75
return (cg->thread_id);
76
}
77
78
79
/*
Callers
2
_cups_debug_printf
Function · 0.85
_cups_debug_puts
Function · 0.85
Calls
1
_cupsGlobals
Function · 0.85
Tested by
no test coverage detected