This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


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

libc/linuxthreads linuxthreads.texi


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2000-10-29 21:19:19

Modified files:
	linuxthreads   : linuxthreads.texi 

Log message:
	Changes terminology to 'type' from 'kind' when
	discussing mutexes. (As per the Unix98 name for the API.)
	Changes documentation for pthread_mutexattr_setkind_np() and
	pthread_mutexattr_getkind_np() over to the Unix98 APIs for the
	same: pthread_mutexattr_settype() and pthread_mutexattr_gettype().
	Changes references to PTHREAD_MUTEXATTR_FAST_NP to
	PTHREAD_MUTEXATTR_ADAPTIVE_NP.
	Begins to introduce discussion of the ``timed'' mutex type.  This
	discussion is currently incomplete.


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