myid             2042 src/dps8/dps8_cpu.c     int myid = * (int *) arg;
myid             2043 src/dps8/dps8_cpu.c     set_cpu_idx ((uint) myid);
myid             2044 src/dps8/dps8_cpu.c     unsigned char umyid = (unsigned char)toupper('a' + (int)myid);
myid             3533 src/dps8/dps8_iom.c     uint myid     = (uint) * (int *) arg;
myid             3534 src/dps8/dps8_iom.c     this_iom_idx  = (uint) myid / MAX_CHANNELS;
myid             3535 src/dps8/dps8_iom.c     this_chan_num = (uint) myid % MAX_CHANNELS;
myid             3560 src/dps8/dps8_iom.c     int myid = * (int *) arg;
myid             3561 src/dps8/dps8_iom.c     this_iom_idx = (uint) myid;
myid             3567 src/dps8/dps8_iom.c     sim_printf("IOM %c thread created\n", 'a' + myid);
myid             3579 src/dps8/dps8_iom.c                    __func__, iomChar (myid), ret);