commit | ee7b077abf1d99503b986489ad93374a057cb354 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Thu Mar 18 14:07:42 2010 -0700 |
committer | David 'Digit' Turner <digit@google.com> | Thu Mar 18 14:07:42 2010 -0700 |
tree | 2f424373469e9e040312951e59a9627cb17d6a8d | |
parent | 40e6b822866ee59f7823000384321bb899416cb1 [diff] |
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