Lines Matching refs:PyModule_AddIntMacro
1963 if (PyModule_AddIntMacro(module, CLOCK_REALTIME) < 0) {
1970 if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC) < 0) {
1976 if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC_RAW) < 0) {
1982 if (PyModule_AddIntMacro(module, CLOCK_HIGHRES) < 0) {
1987 if (PyModule_AddIntMacro(module, CLOCK_PROCESS_CPUTIME_ID) < 0) {
1993 if (PyModule_AddIntMacro(module, CLOCK_THREAD_CPUTIME_ID) < 0) {
1998 if (PyModule_AddIntMacro(module, CLOCK_PROF) < 0) {
2003 if (PyModule_AddIntMacro(module, CLOCK_BOOTTIME) < 0) {
2008 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
2013 if (PyModule_AddIntMacro(module, CLOCK_UPTIME) < 0) {
2019 if (PyModule_AddIntMacro(module, CLOCK_UPTIME_RAW) < 0) {