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

1990/0619/port/sysproc.c (diff list | history)

1990/0614/sys/src/9/port/sysproc.c:404,4111990/0619/sys/src/9/port/sysproc.c:404,409 (short | long | prev | next)
1990/0227    
long 
syssleep(ulong *arg) 
{ 
	int ms; 
                 
	tsleep(&u->p->sleep, return0, 0, arg[0]); 
	return 0; 
} 


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