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

1991/1112/pc/clock.c (diff list | history)

1991/0823/sys/src/9/pc/clock.c:87,951991/1112/sys/src/9/pc/clock.c:87,93 (short | long | prev | next)
1991/0808    
		 *  notes for processes that might be spinning 
		 *  in user mode. 
		 */ 
		if((ur->cs&0xffff) == UESEL){ 
1991/0802    
			if(u->nnote) 
				notify(ur); 
		} 
1991/1112    
		if((ur->cs&0xffff) == UESEL) 
			notify(ur); 
1991/0802    
	} 
1991/0808    
} 


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