Subject: changed files: 'src/lib/libpthread/pthreads pthread_detach.c pthread_join.c pthread_once.c sleep.c Makefile.inc cond.c fd.c fd_kern.c fd_pipe.c file.c globals.c malloc.c mutex.c pthread.c pthread_attr.c queue.c signal.c'
To: None <source-changes>
From: Chris Provenzano <proven>
List: source-changes
Date: 02/07/1994 14:04:32
Update of /b/source/CVS/src/lib/libpthread/pthreads
In directory sun-lamp.cs.berkeley.edu:/d/users/proven/src/lib/libpthread/pthreads

Modified Files:
	Makefile.inc cond.c fd.c fd_kern.c fd_pipe.c file.c globals.c 
	malloc.c mutex.c pthread.c pthread_attr.c queue.c signal.c 
Added Files:
	pthread_detach.c pthread_join.c pthread_once.c sleep.c 
Log Message:

RCS ids added.
pthread_once() moved to separate file.
pthread_detach(), and pthread_join() routines added,
and sleep now sleeps only the running thread not the process.



------------------------------------------------------------------------------