Lines Matching refs:PyModule_AddIntMacro
1934 if (PyModule_AddIntMacro(module, CLOCK_REALTIME) < 0) {
1941 if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC) < 0) {
1947 if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC_RAW) < 0) {
1953 if (PyModule_AddIntMacro(module, CLOCK_HIGHRES) < 0) {
1958 if (PyModule_AddIntMacro(module, CLOCK_PROCESS_CPUTIME_ID) < 0) {
1964 if (PyModule_AddIntMacro(module, CLOCK_THREAD_CPUTIME_ID) < 0) {
1969 if (PyModule_AddIntMacro(module, CLOCK_PROF) < 0) {
1974 if (PyModule_AddIntMacro(module, CLOCK_BOOTTIME) < 0) {
1979 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
1984 if (PyModule_AddIntMacro(module, CLOCK_UPTIME) < 0) {
1990 if (PyModule_AddIntMacro(module, CLOCK_UPTIME_RAW) < 0) {