summaryrefslogtreecommitdiffstats
path: root/libsync
Commit message (Collapse)AuthorAgeFilesLines
* Fix isValid() condition for libsync testsTom Cherry2015-11-051-2/+2
| | | | | | | | Upstream modifications in K3.12 to the sw_sync driver set O_CLOEXEC on the fd's returned by the SW_SYNC_IOC_CREATE_FENCE ioctl, therefore we check the return of fcntl() for a non-negative value instead of strictly 0. Change-Id: If4c82750fcc0aa3a57f243fa2a94691e3150e4a4
* Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.Elliott Hughes2015-04-021-1/+0
| | | | Change-Id: I720b8ef1050da45a7833adef8219b6acb2cf3a38
* Remove uses of libcxx.mk.Dan Albert2015-03-271-1/+0
| | | | | | This is a no-op. Change-Id: Iecbcd5f6d818abbf98767a2e996c10f454b652e4
* Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-281-0/+1
| | | | Change-Id: Ia41756e607663d056e7d2fdd7ecbec7e5841a913
* Add gtest conformance tests for libsync.Riley Andrews2014-10-112-0/+646
| | | | | | | Not complete yet, but substantially more comprehensive than the interactive test that was there before. (cherry-picked from internal master, same change-id). Change-Id: I9019b0a8babbc91f78aa850e0e288bbf05f93500
* libsync: Turn on -WerrorMark Salyzyn2014-05-211-0/+2
| | | | Change-Id: Ie34f935694034a069e844be64d6011eb9e3f9869
* move sync headers from include to libsyncRom Lemarchand2014-01-034-0/+93
| | | | | | Make sw_sync.h private Change-Id: I0b120ebe81fd4a191b7aa4b6a8de4f64d16e2b3e
* update libsync to support new timeout semanticsErik Gilling2012-08-211-2/+2
| | | | Change-Id: Ibedbd261bb96a84785c4e679b6fc4061287d5d7d
* am 00f06911: am c6620cb3: Merge "Fixing unused param warnings in sync_test"Jean-Baptiste Queru2012-08-211-1/+1
|\ | | | | | | | | * commit '00f0691107dfde589bd23a7d079b4e05998833b0': Fixing unused param warnings in sync_test
| * Fixing unused param warnings in sync_testEdwin Vane2012-08-131-1/+1
| | | | | | | | | | | | Change-Id: Ia37a0118397ddece376bfbad7627d83263c1993f Author: Edwin Vane <edwin.vane@intel.com> Reviewed-by: Kevin P Schoedel <kevin.p.schoedel@intel.com>
* | libsync: remove linux includes from sync/sync.hJamie Gennis2012-06-191-2/+3
|/ | | | | | | | This change removes the #includes of "linux/*.h" headers from the libsync header. It currently does this by copying the needed structs that are in the linux headers. This is intended to be a temporary solution. Change-Id: Ie7e1a8e05fcf8809ba4aa0e2427efe141dae5327
* sync: Add lib sync helper libraryErik Gilling2012-04-183-0/+276
Used to talk to kernel synchronization framework Change-Id: I66e1f4a90f5d58d384bf1cec09db52101f182c5e Signed-off-by: Erik Gilling <konkers@android.com>