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,191992/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) 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)