summaryrefslogtreecommitdiffstats
path: root/include/sync
Commit message (Collapse)AuthorAgeFilesLines
* sync: factor sw_sync functionality out of headerAlex Ray2013-03-052-8/+37
| | | | Change-Id: I13127abe1cd07cd52b35ff43902579478505ccf4
* update libsync to support new timeout semanticsErik Gilling2012-08-211-1/+1
| | | | Change-Id: Ibedbd261bb96a84785c4e679b6fc4061287d5d7d
* libsync: remove linux includes from sync/sync.hJamie Gennis2012-06-191-2/+19
| | | | | | | | 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-181-0/+45
Used to talk to kernel synchronization framework Change-Id: I66e1f4a90f5d58d384bf1cec09db52101f182c5e Signed-off-by: Erik Gilling <konkers@android.com>