Searched refs:SET_INT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | posixmodule.c | 6178 #define SET_INT(result, index, value)\ in wait_helper() macro 6180 SET_INT(result, 2, ru->ru_maxrss); in wait_helper() 6181 SET_INT(result, 3, ru->ru_ixrss); in wait_helper() 6182 SET_INT(result, 4, ru->ru_idrss); in wait_helper() 6183 SET_INT(result, 5, ru->ru_isrss); in wait_helper() 6184 SET_INT(result, 6, ru->ru_minflt); in wait_helper() 6185 SET_INT(result, 7, ru->ru_majflt); in wait_helper() 6186 SET_INT(result, 8, ru->ru_nswap); in wait_helper() 6187 SET_INT(result, 9, ru->ru_inblock); in wait_helper() 6188 SET_INT(result, 10, ru->ru_oublock); in wait_helper() [all …]
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 6877 #define SET_INT(result, index, value)\ in wait_helper() macro 6879 SET_INT(result, 2, ru->ru_maxrss); in wait_helper() 6880 SET_INT(result, 3, ru->ru_ixrss); in wait_helper() 6881 SET_INT(result, 4, ru->ru_idrss); in wait_helper() 6882 SET_INT(result, 5, ru->ru_isrss); in wait_helper() 6883 SET_INT(result, 6, ru->ru_minflt); in wait_helper() 6884 SET_INT(result, 7, ru->ru_majflt); in wait_helper() 6885 SET_INT(result, 8, ru->ru_nswap); in wait_helper() 6886 SET_INT(result, 9, ru->ru_inblock); in wait_helper() 6887 SET_INT(result, 10, ru->ru_oublock); in wait_helper() [all …]
|