Lines Matching refs:monotonic
160 info->monotonic = 1;
1150 "monotonic() -> float\n\
1230 info->monotonic = 1;
1267 info->monotonic = 1;
1293 info->monotonic = 1;
1349 info->monotonic = 1;
1423 info->monotonic = 1;
1457 info->monotonic = 1;
1475 info->monotonic = 1;
1510 info->monotonic = 1;
1588 info.monotonic = -1;
1593 info.monotonic = 0;
1603 else if (strcmp(name, "monotonic") == 0) {
1655 assert(info.monotonic != -1);
1656 obj = PyBool_FromLong(info.monotonic);
1660 if (PyDict_SetItemString(dict, "monotonic", obj) == -1) {
1870 {"monotonic", time_monotonic, METH_NOARGS, monotonic_doc},
2133 _PyTime_t deadline, monotonic;
2136 if (get_monotonic(&monotonic) < 0) {
2139 deadline = monotonic + timeout;
2189 if (get_monotonic(&monotonic) < 0) {
2192 timeout = deadline - monotonic;