| plan 9 kernel history: overview | file list | diff list |
1992/0428/port/taslock.c (diff list | history)
| 1992/0321/sys/src/9/port/taslock.c:13,19 – 1992/0428/sys/src/9/port/taslock.c:13,22 (short | long | prev | next) | ||
| 1992/0222 | ulong pc; pc = getcallerpc(((uchar*)&l) - sizeof(l)); | |
| 1992/0428 | if(l == 0){ print("pc= %lux", pc); for(;;); } | |
| 1992/0222 | for(i = 0; i < 1000000; i++){ if (tas(&ll->key) == 0){ if(u) | |