MCPcopy 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
69static int /* O - Local thread ID */
70debug_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_printfFunction · 0.85
_cups_debug_putsFunction · 0.85

Calls 1

_cupsGlobalsFunction · 0.85

Tested by

no test coverage detected