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

2001/0314/port/taslock.c (diff list | history)

2001/0127/sys/src/9/port/taslock.c:170,1762001/0314/sys/src/9/port/taslock.c:170,176 (short | long | prev | next)
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; 
2001/0127    
	//coherence(); 
2001/0314    
	coherence(); 
1994/0322    
} 
 
void 
2001/0127/sys/src/9/port/taslock.c:186,1922001/0314/sys/src/9/port/taslock.c:186,192
1994/0322    
	sr = l->sr; 
1995/1014    
	l->pc = 0; 
1997/0327    
	l->key = 0; 
2001/0127    
	//coherence(); 
2001/0314    
	coherence(); 
1998/0606    
 
1999/0501    
	m->splpc = getcallerpc(&l); 
1998/0606    
	splxpc(sr); 


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