Lines Matching refs:implementation
158 info->implementation = "clock()";
519 /* XXX: the following implementation will not work for tm_year < 1970.
942 /* Inspired by Open Group reference implementation available at
1228 info->implementation = "GetProcessTimes()";
1266 info->implementation = function;
1292 info->implementation = "getrusage(RUSAGE_SELF)";
1348 info->implementation = "times()";
1421 info->implementation = "GetThreadTimes()";
1456 info->implementation = "thread_cputime()";
1473 info->implementation = "gethrvtime()";
1509 info->implementation = function;
1587 info.implementation = NULL;
1592 info.implementation = "";
1645 assert(info.implementation != NULL);
1646 obj = PyUnicode_FromString(info.implementation);
1650 if (PyDict_SetItemString(dict, "implementation", obj) == -1) {
2117 // time.sleep() implementation.