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

1990/0312/gnot/lock.c (diff list | history)

1990/03091/sys/src/9/gnot/lock.c:66,711990/0312/sys/src/9/gnot/lock.c:66,77 (short | long | prev | next)
1990/03091    
	sched(); 
} 
 
1990/0312    
int 
canqlock(QLock *q) 
{ 
	return canlock(&q->use); 
} 
 
1990/03091    
void 
qunlock(QLock *q) 
{ 


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