OSDN Git Service

pthread: Use private futexes by default in condition variables
authorDavid 'Digit' Turner <digit@google.com>
Sat, 20 Mar 2010 00:59:23 +0000 (17:59 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Tue, 23 Mar 2010 00:31:50 +0000 (17:31 -0700)
commitb5e4a416060aa7f0a1e2a9ad5b8e318d59986852
tree39115a2ef1c6c4084763687a312a67a52c9597c1
parent377d4c979dee3dcb5929e8f7a68a53c2407259ab
pthread: Use private futexes by default in condition variables

Now that the system properly uses shared condvars when needed, we
can enable the use of private futexes for them too.

Change-Id: Icf8351fc0a2309f764cba45c65bc3af047720cdf
libc/bionic/pthread.c
libc/docs/CHANGES.TXT