OSDN Git Service

Add pthread_condattr_init/destroy/setpshared/getpshared
authorDavid 'Digit' Turner <digit@google.com>
Thu, 18 Mar 2010 21:07:42 +0000 (14:07 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 18 Mar 2010 21:07:42 +0000 (14:07 -0700)
commitee7b077abf1d99503b986489ad93374a057cb354
tree2f424373469e9e040312951e59a9627cb17d6a8d
parent40e6b822866ee59f7823000384321bb899416cb1
Add pthread_condattr_init/destroy/setpshared/getpshared

Note that this does not change the implementation of conditional variables
which still use shared futexes, independent on the flags being selected.

This will be fixed in a later patch, once our system is modified to use
pthread_condattr_setpshared(attr, PTHREAD_PROCESS_SHARED) properly.

Change-Id: I935de50964cd41f97a13dbfd6626d3407b0406c3
libc/bionic/pthread.c
libc/docs/CHANGES.TXT
libc/include/pthread.h