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]
Other format: [Raw text]

libc/linuxthreads internals.h


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2002-12-17 17:13:40

Modified files:
	linuxthreads   : internals.h 

Log message:
	(__pthread_attr_destroy, __pthread_attr_setdetachstate,
	__pthread_attr_getdetachstate, __pthread_attr_setschedparam,
	__pthread_attr_getschedparam, __pthread_attr_setschedpolicy,
	__pthread_attr_getschedpolicy, __pthread_attr_setinheritsched,
	__pthread_attr_getinheritsched, __pthread_attr_setscope,
	__pthread_attr_getscope, __pthread_cond_init,
	__pthread_cond_destroy, __pthread_cond_wait,
	__pthread_cond_signal, __pthread_cond_broadcast,
	__pthread_condattr_init, __pthread_condattr_destroy,
	__pthread_equal, __pthread_getschedparam,
	__pthread_setschedparam, __pthread_setcancelstate,
	__pthread_setcanceltype, __pthread_enable_asynccancel,
	__libc_enable_asynccancel, __libc_pthread_init): New prototype.
	(__pthread_mutex_init, __pthread_mutex_destroy,
	__pthread_mutex_lock, __pthread_mutex_unlock,
	__pthread_mutex_trylock): Likewise.
	Add hidden_proto.
	(struct pthread_functions): New type.
	(__libc_pthread_functions): New variable.
	(LIBC_CANCEL_ASYNC, LIBC_CANCEL_RESET): Define.


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