Lines Matching refs:PyModule_AddIntMacro
1897 if (PyModule_AddIntMacro(module, CLOCK_REALTIME) < 0) {
1904 if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC) < 0) {
1910 if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC_RAW) < 0) {
1916 if (PyModule_AddIntMacro(module, CLOCK_HIGHRES) < 0) {
1921 if (PyModule_AddIntMacro(module, CLOCK_PROCESS_CPUTIME_ID) < 0) {
1927 if (PyModule_AddIntMacro(module, CLOCK_THREAD_CPUTIME_ID) < 0) {
1932 if (PyModule_AddIntMacro(module, CLOCK_PROF) < 0) {
1937 if (PyModule_AddIntMacro(module, CLOCK_BOOTTIME) < 0) {
1942 if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
1947 if (PyModule_AddIntMacro(module, CLOCK_UPTIME) < 0) {
1953 if (PyModule_AddIntMacro(module, CLOCK_UPTIME_RAW) < 0) {