Narayan Kamath 51e6cb33e3 Implement pthread_condattr_{get,set}clock.
We only support CLOCK_REALTIME and CLOCK_MONOTONIC for now,
so we us a single bit from pthread_cond_t->value to denote
the clock type. Note that this reduces the width of the counter
to 30 bits, but this should be large enough for all practical
purposes.

bug: 13232338

Change-Id: I857e7da64b3ecbb23eeac7c9f3fbd460f60231bd
2014-03-04 11:17:13 +00:00
..
2014-02-11 22:16:04 -08:00
2014-02-21 14:30:18 -08:00
2014-03-04 00:58:31 +00:00
2013-12-20 11:26:19 -08:00
2014-01-07 13:46:11 -08:00