Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread.c66 static int thread_debug = 0; variable
67 #define dprintf(args) (void)((thread_debug & 1) && printf args)
68 #define d2printf(args) ((thread_debug & 8) && printf args)
86 thread_debug = atoi(p); in PyThread_init_thread()
88 thread_debug = 1; in PyThread_init_thread()
Dthread_sgi.h55 if (thread_debug & 4) in PyThread__init_thread()
57 else if (thread_debug & 2) in PyThread__init_thread()