Searched refs:thread_debug (Results 1 – 4 of 4) sorted by relevance
50 static int thread_debug = 0; variable51 #define dprintf(args) (void)((thread_debug & 1) && printf args)52 #define d2printf(args) ((thread_debug & 8) && printf args)70 thread_debug = atoi(p); in PyThread_init_thread()72 thread_debug = 1; in PyThread_init_thread()
69 static int thread_debug = 0; variable70 #define dprintf(args) (void)((thread_debug & 1) && printf args)71 #define d2printf(args) ((thread_debug & 8) && printf args)89 thread_debug = atoi(p); in PyThread_init_thread()91 thread_debug = 1; in PyThread_init_thread()
55 if (thread_debug & 4) in PyThread__init_thread()57 else if (thread_debug & 2) in PyThread__init_thread()
1823 Python/thread.c - thread_debug variable static int thread_debug