Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c8397 #define SET_INT(result, index, value)\ in wait_helper() macro
8399 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
8400 SET_INT(result, 3, ru->ru_ixrss); in wait_helper()
8401 SET_INT(result, 4, ru->ru_idrss); in wait_helper()
8402 SET_INT(result, 5, ru->ru_isrss); in wait_helper()
8403 SET_INT(result, 6, ru->ru_minflt); in wait_helper()
8404 SET_INT(result, 7, ru->ru_majflt); in wait_helper()
8405 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
8406 SET_INT(result, 9, ru->ru_inblock); in wait_helper()
8407 SET_INT(resul in wait_helper()
8413 #undef SET_INT wait_helper() macro
[all...]

Completed in 17 milliseconds