platform_system_core/libsync
mtezych 380b2f4fea libsync: Replace inserting tuple into unordered_map in favour of pair.
Inserting tuple into unordered_map relies on non standard libc++ extension:
http://stackoverflow.com/a/21313229
This change removes this dependency.

Test: sync-unit-tests (on hikey with SW_SYNC_USER built into kernel)
2017-01-30 23:39:03 +00:00
..
include/sync libsync: add new Sync kernel API 2017-01-17 14:28:26 -08:00
tests libsync: Replace inserting tuple into unordered_map in favour of pair. 2017-01-30 23:39:03 +00:00
Android.bp Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
sw_sync.h move sync headers from include to libsync 2014-01-03 21:27:05 +00:00
sync.c libsync: add support to new Sync API 2017-01-17 14:29:01 -08:00
sync_test.c Cleanup uses of sprintf so we can deprecate it. 2016-03-07 18:40:40 -08:00