Searched refs:thread_debug (Results 1 – 3 of 3) sorted by relevance
48 static int thread_debug = 0; variable49 #define dprintf(args) (void)((thread_debug & 1) && printf args)50 #define d2printf(args) ((thread_debug & 8) && printf args)68 thread_debug = atoi(p); in PyThread_init_thread()70 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()