replicant-frameworks_native/libs
Hans Boehm c0df68bb80 Work around C11 const atomic restrictions.
Cast away the const qualifier in BBinder::findObject.  C11, unlike C++11,
does not allow loads from const atomics.  This is widely regarded as
a bug (see WG14 DR 459).  This is a hack to work around it until it's
officially fixed in the spec.

load_const_atomic was adapted from commit
1e8587a479fd8b1ce9b594298a93f517816e8f15

I don't think we want to dignify this by putting it into a header file.

Bug:17067219
Change-Id: Icbfcbda2722e6f80d2bb065a0bb3ec7634bcacb2
2014-09-11 14:49:09 -07:00
..
binder Work around C11 const atomic restrictions. 2014-09-11 14:49:09 -07:00
diskusage Report actual disk space used 2013-05-01 10:10:59 -07:00
gui Make string literal concatenation play nice with C++11. 2014-09-08 18:53:39 -07:00
input x86_64: Align uint64_t/int64_t structure member to 8 bytes 2014-05-30 14:13:29 +01:00
ui Use asynchronous lock/unlock API 2014-05-12 09:13:03 -07:00