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

1995/0804/port/alarm.c (diff list | history)

1994/0624/sys/src/9/port/alarm.c:9,201995/0804/sys/src/9/port/alarm.c:9,18 (short | long | prev | next)
1992/0602    
Talarm	talarm; 
1990/1211    
 
void 
1992/0516    
alarmkproc(void *arg) 
1995/0804    
alarmkproc(void*) 
1990/1211    
{ 
1991/0513    
	Proc *rp; 
1992/0701    
	ulong now; 
1990/1211    
                 
1992/0516    
	USED(arg); 
 
	for(;;){ 
		now = MACHP(0)->ticks; 


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