summaryrefslogtreecommitdiffstats
path: root/libsync
Commit message (Collapse)AuthorAgeFilesLines
* 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>