This is the mail archive of the glibc-cvs@sourceware.cygnus.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/sysdeps/pthread posix-timer.h


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.cygnus.com	00/06/19 17:32:05

Modified files:
	linuxthreads/sysdeps/pthread: posix-timer.h 

Log message:
	(struct timer_node):  The inuse member is now an enum with three values, so
	that an intermediate state can be represented (deleted but not free for reuse
	yet).  New refcount member added.
	(timer_addref, timer_delref, timer_valid): New inline functions added.


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