platform_bionic/libc/arch-sh
David 'Digit' Turner ba9c6f0989 bionic: pthread: use private futexes by default for mutexes and condvars
Private futexes are a recent kernel addition: faster futexes that cannot be
shared between processes. This patch uses them by default, unless the PROCESS_SHARED
attribute flag is used when creating a mutex and/or conditional variable.

Also introduces pthread_condattr_init/destroy/setpshared/getpshared.

Change-Id: I3a0e2116f467072b046524cb5babc00e41057a53
2010-03-11 11:48:38 -08:00
..
bionic bionic: pthread: use private futexes by default for mutexes and condvars 2010-03-11 11:48:38 -08:00
include added and modified bionic code to support SuperH architecture 2009-09-28 16:11:39 +09:00
syscalls bonic: libc: cpuacct support for setuid functions 2010-03-02 18:18:04 -08:00
syscalls.mk bonic: libc: cpuacct support for setuid functions 2010-03-02 18:18:04 -08:00