lockWaitMax 3156 src/dps8/dps8_cpu.c sim_msg ("lockWaitMax %15llu\r\n", (unsigned long long)cpu.lockWaitMax); lockWaitMax 3168 src/dps8/dps8_cpu.c sim_msg ("lockWaitMax %'15llu\r\n", (unsigned long long)cpu.lockWaitMax); lockWaitMax 1539 src/dps8/dps8_cpu.h unsigned long long lockWaitMax; lockWaitMax 2220 src/dps8/dps8_cpu.h cpu.lockWaitMax = ((DEADLOCK_DETECT-i) > cpu.lockWaitMax) ? \ lockWaitMax 2221 src/dps8/dps8_cpu.h (DEADLOCK_DETECT-i) : cpu.lockWaitMax; \ lockWaitMax 2263 src/dps8/dps8_cpu.h cpu.lockWaitMax = ((DEADLOCK_DETECT-i) > \ lockWaitMax 2264 src/dps8/dps8_cpu.h cpu.lockWaitMax) ? (DEADLOCK_DETECT-i) : \ lockWaitMax 2265 src/dps8/dps8_cpu.h cpu.lockWaitMax; \ lockWaitMax 2313 src/dps8/dps8_cpu.h cpu.lockWaitMax = ((DEADLOCK_DETECT-i) > cpu.lockWaitMax) ? \ lockWaitMax 2314 src/dps8/dps8_cpu.h (DEADLOCK_DETECT-i) : cpu.lockWaitMax; \