OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_debug
(Results
1 - 5
of
5
) sorted by null
/external/python/cpython3/Python/
thread.c
48
static int
thread_debug
= 0;
variable
49
#define dprintf(args) (void)((
thread_debug
& 1) && printf args)
50
#define d2printf(args) ((
thread_debug
& 8) && printf args)
68
thread_debug
= atoi(p);
70
thread_debug
= 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread.c
66
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);
88
thread_debug
= 1;
thread_sgi.h
55
if (
thread_debug
& 4)
57
else if (
thread_debug
& 2)
/external/python/cpython2/Python/
thread.c
69
static int
thread_debug
= 0;
variable
70
#define dprintf(args) (void)((
thread_debug
& 1) && printf args)
71
#define d2printf(args) ((
thread_debug
& 8) && printf args)
89
thread_debug
= atoi(p);
91
thread_debug
= 1;
thread_sgi.h
55
if (
thread_debug
& 4)
57
else if (
thread_debug
& 2)
Completed in 1852 milliseconds