Home
last modified time | relevance | path

Searched refs:SIZEOF_PID_T (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dlongobject.h34 #if !defined(SIZEOF_PID_T) || SIZEOF_PID_T == SIZEOF_INT
38 #elif SIZEOF_PID_T == SIZEOF_LONG
42 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_PID_T == SIZEOF_LONG_LONG
48 #endif /* SIZEOF_PID_T */
/third_party/eudev/src/shared/
H A Dformats-util.h24 #if SIZEOF_PID_T == 4
26 #elif SIZEOF_PID_T == 2
/third_party/python/PC/
H A Dpyconfig.h638 #define SIZEOF_PID_T SIZEOF_INT macro

Completed in 3 milliseconds