myid             2070 src/dps8/dps8_cpu.c     int myid = * (int *) arg;
myid             2071 src/dps8/dps8_cpu.c     set_cpu_idx ((uint) myid);
myid             2072 src/dps8/dps8_cpu.c     unsigned char umyid = (unsigned char)toupper('a' + (int)myid);
myid             3526 src/dps8/dps8_iom.c     uint myid     = (uint) * (int *) arg;
myid             3527 src/dps8/dps8_iom.c     this_iom_idx  = (uint) myid / MAX_CHANNELS;
myid             3528 src/dps8/dps8_iom.c     this_chan_num = (uint) myid % MAX_CHANNELS;
myid             3553 src/dps8/dps8_iom.c     int myid = * (int *) arg;
myid             3554 src/dps8/dps8_iom.c     this_iom_idx = (uint) myid;
myid             3560 src/dps8/dps8_iom.c     sim_printf("IOM %c thread created\n", 'a' + myid);
myid             3572 src/dps8/dps8_iom.c                    __func__, iomChar (myid), ret);