plan 9 kernel history: overview | file list | diff list

2002/0418/port/taslock.c (diff list | history)

2002/0416/sys/src/9/port/taslock.c:182,1872002/0418/sys/src/9/port/taslock.c:182,189 (short | long | prev | next)
1999/0501    
		print("iunlock: not locked: pc %luX\n", getcallerpc(&l)); 
1998/0604    
	if(!l->isilock) 
1999/0710    
		print("iunlock of lock: pc %lux, held by %lux\n", getcallerpc(&l), l->pc); 
2002/0418    
	if(islo()) 
		print("iunlock while lo: pc %lux, held by %lux\n", getcallerpc(&l), l->pc); 
1998/0603    
 
1994/0322    
	sr = l->sr; 
1997/0327    
	l->key = 0; 


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