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

1991/1219/port/sysproc.c (diff list | history)

1991/1216/sys/src/9/port/sysproc.c:397,4031991/1219/sys/src/9/port/sysproc.c:397,407 (short | long | prev | next)
1990/0227    
long 
syssleep(ulong *arg) 
{ 
	tsleep(&u->p->sleep, return0, 0, arg[0]); 
1991/1219    
	if(arg[0] == 0) 
		sched(); 
	else 
		tsleep(&u->p->sleep, return0, 0, arg[0]); 
 
1990/0227    
	return 0; 
} 
 


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