bionic/libc
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
..
arch-arm Add recvmmsg and sendmmsg syscalls. 2014-02-27 14:29:01 -08:00
arch-arm64 Add recvmmsg and sendmmsg syscalls. 2014-02-27 14:29:01 -08:00
arch-common/bionic AArch64: Add initial support for AArch64 2013-12-16 17:00:22 -08:00
arch-mips Add recvmmsg and sendmmsg syscalls. 2014-02-27 14:29:01 -08:00
arch-mips64 Add recvmmsg and sendmmsg syscalls. 2014-02-27 14:29:01 -08:00
arch-x86 Add recvmmsg and sendmmsg syscalls. 2014-02-27 14:29:01 -08:00
arch-x86_64 Add recvmmsg and sendmmsg syscalls. 2014-02-27 14:29:01 -08:00
bionic Implement pthread_condattr_{get,set}clock. 2014-03-04 11:17:13 +00:00
include Implement pthread_condattr_{get,set}clock. 2014-03-04 11:17:13 +00:00
kernel Fix NSIG. 2014-02-11 22:16:04 -08:00
netbsd Remove two DNS files that weren't being built. 2014-02-20 13:59:20 -08:00
private libc: Make calls to new user-space logger 2014-02-26 15:33:13 -08:00
stdio More OpenBSD cleanup (primarily string). 2014-02-24 18:02:05 -08:00
stdlib Clean up our OpenBSD usage. 2014-02-21 14:30:18 -08:00
tools Merge "Added script generating additions to libgcc_compat.c from linker errors" 2014-02-20 19:40:08 +00:00
tzcode Merge "Fix locatime.c indentation after sync" 2014-02-28 18:02:22 +00:00
unistd Switch to upstream alarm(3). 2014-03-04 00:58:31 +00:00
upstream-dlmalloc
upstream-freebsd More OpenBSD cleanup (primarily string). 2014-02-24 18:02:05 -08:00
upstream-netbsd Clean up our OpenBSD usage. 2014-02-21 14:30:18 -08:00
upstream-openbsd Switch to upstream alarm(3). 2014-03-04 00:58:31 +00:00
zoneinfo Upgrade to tzdata2013i. 2013-12-20 11:26:19 -08:00
Android.mk Merge "Switch to upstream alarm(3)." 2014-03-04 00:58:53 +00:00
crt.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
MODULE_LICENSE_BSD
NOTICE Regenerate the NOTICE files. 2014-01-07 13:46:11 -08:00
SYSCALLS.TXT Add recvmmsg and sendmmsg syscalls. 2014-02-27 14:29:01 -08:00