glibc/sysdeps
Ulrich Drepper 5cfc3d44a5 Renamed all lll_mutex_* resp. lll_robust_mutex_* macros to lll_* resp.
lll_robust_*.  Renamed all __lll_mutex_* resp. __lll_robust_mutex_*
inline functions to __lll_* resp. __lll_robust_*.
(LLL_MUTEX_LOCK_INITIALIZER): Remove.
(lll_mutex_dead): Add private argument.
(__lll_lock_wait_private): New prototype.
(__lll_lock_wait, __lll_robust_lock_wait, __lll_lock_timedwait,
__lll_robust_lock_timedwait): Add private argument to prototypes.
(__lll_lock): Add private argument, if it is constant LLL_PRIVATE,
call __lll_lock_wait_private, otherwise pass private to
__lll_lock_wait.
(__lll_robust_lock, __lll_cond_lock, __lll_timedlock,
__lll_robust_timedlock): Add private argument, pass it to
__lll_*wait functions.
(__lll_unlock): Add private argument, if it is constant LLL_PRIVATE,
call __lll_unlock_wake_private, otherwise pass private to
__lll_unlock_wake.
(__lll_robust_unlock): Add private argument, pass it to
__lll_robust_unlock_wake.
(lll_lock, lll_robust_lock, lll_cond_lock, lll_timedlock,
lll_robust_timedlock, lll_unlock, lll_robust_unlock): Add private
argument, pass it through to __lll_* inline function.
(__lll_mutex_unlock_force, lll_mutex_unlock_force): Remove.
(lll_lock_t): Remove.
(__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
__lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
lll_cond_wake, lll_cond_broadcast): Remove.
2007-08-01 04:21:31 +00:00
..
alpha Replace lll_private_futex_* (*) with lll_futex_* (*, LLL_PRIVATE). 2007-07-28 19:30:20 +00:00
am29k Update abandoned code for sysdeps/generic demise. 2006-01-08 06:50:00 +00:00
am33 2006-01-12 Roland McGrath <roland@redhat.com> 2006-02-21 02:02:57 +00:00
arm * sysdeps/arm/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use 2007-07-10 13:35:30 +00:00
cris Dist files no longer required 2006-01-08 06:49:16 +00:00
hppa 2007-07-28 Carlos O'Donell <carlos@systemhalted.org> 2007-07-28 21:26:44 +00:00
i860 Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
i960 Update abandoned code for sysdeps/generic demise. 2006-01-08 06:50:00 +00:00
m68k * sysdeps/m68k/setjmp.c: Use __builtin_return_address and 2006-10-03 15:50:57 +00:00
m88k Update abandoned code for sysdeps/generic demise. 2006-01-08 06:50:00 +00:00
mach Use __extern_inline and __extern_always_inline where appropriate. 2007-03-17 17:04:09 +00:00
mips 2007-07-13 Carlos O'Donell <carlos@codesourcery.com> 2007-07-13 12:48:34 +00:00
powerpc * sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support. 2007-07-13 12:43:40 +00:00
rs6000 2005-12-15 Roland McGrath <roland@redhat.com> 2005-12-15 21:10:12 +00:00
standalone Dist files no longer required 2006-01-08 06:49:16 +00:00
tahoe update from main archive 960909 1996-09-10 01:59:36 +00:00
unix Renamed all lll_mutex_* resp. lll_robust_mutex_* macros to lll_* resp. 2007-08-01 04:21:31 +00:00
vax Dist files no longer required 2006-01-08 06:49:16 +00:00
z8000 Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00