Home
last modified time | relevance | path

Searched refs:thread_debug (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dthread.c46 static int thread_debug = 0; variable
47 #define dprintf(args) (void)((thread_debug & 1) && printf args)
48 #define d2printf(args) ((thread_debug & 8) && printf args)
66 thread_debug = atoi(p); in PyThread_init_thread()
68 thread_debug = 1; in PyThread_init_thread()
82 if (thread_debug) { in _PyThread_debug_deprecation()