This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/cygwin ChangeLog pthread.cc thread. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-09-20 20:59:58

Modified files:
	winsup/cygwin  : ChangeLog pthread.cc thread.cc thread.h 

Log message:
	2002-09-21  Robert Collins <rbtcollins@hotmail.com>
	
	* pthread.cc: Use class::call for converted pthread and semaphore
	calls.
	* thread.cc: Convert various __pthread_call and __sem_call to
	pthread::call and sem::call throughout.
	* pthread.h (__pthread_cancel): Convert to pthread::cancel.
	(__pthread_join): Convert to pthread::join.
	(__pthread_detach): Convert to pthread::detach.
	(__pthread_create): Convert to pthread::create.
	(__pthread_once): Convert to pthread::once.
	(__pthread_atfork): Convert to pthread::atfork.
	(__pthread_suspend): Convert to pthread::suspend.
	(__pthread_continue): Convert to pthread::resume.
	(__sem_init): Convert to semaphore::init.
	(__sem_destroy): Convert to semaphore::destroy.
	(__sem_wait): Convert to semaphore::wait.
	(__sem_trywait): Convert to semaphore::trywait.
	(__sem_post): Convert to semaphore::post.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1489&r2=1.1490
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pthread.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.85&r2=1.86
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.47&r2=1.48


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]