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

1999/0501/port/taslock.c (diff list | history)

1999/0501/sys/src/9/port/taslock.c:151,1571999/0710/sys/src/9/port/taslock.c:151,157 (short | long | prev | next)
1998/0522    
	if(l->key == 0) 
1999/0501    
		print("unlock: not locked: pc %luX\n", getcallerpc(&l)); 
1998/0604    
	if(l->isilock) 
1999/0501    
		print("iunlock of lock: pc %lux, held by %lux\n", getcallerpc(&l), l->pc); 
1999/0710    
		print("unlock of ilock: pc %lux, held by %lux\n", getcallerpc(&l), l->pc); 
1996/0522    
	l->pc = 0; 
1997/0327    
	l->key = 0; 
1997/0220    
	coherence(); 
1999/0501/sys/src/9/port/taslock.c:165,1711999/0710/sys/src/9/port/taslock.c:165,171
1998/0603    
	if(l->key == 0) 
1999/0501    
		print("iunlock: not locked: pc %luX\n", getcallerpc(&l)); 
1998/0604    
	if(!l->isilock) 
1999/0501    
		print("unlock of ilock: pc %lux, held by %lux\n", getcallerpc(&l), l->pc); 
1999/0710    
		print("iunlock of lock: pc %lux, held by %lux\n", getcallerpc(&l), l->pc); 
1998/0603    
 
1994/0322    
	sr = l->sr; 
1995/1014    
	l->pc = 0; 


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