History log of /seL4-test-master/projects/seL4_libs/libsel4sync/include/sync/bin_sem_bare.h
Revision Date Author Comments
# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 11cbb122 17-Jul-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libsel4sync: Move OS agnostic to platsupport


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# c1749ae6 19-Apr-2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au>

libsel4sync: replaced aep with notification

The only non-local changes in this commit are renaming of fields of
sync_bin_sem_t and sync_recursive_mutex_t from aep to notification.
Nothing outside of this library should operate on those fields directly.


# 8678a7de 13-Dec-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4sync: Move the implementation of bare binary semaphores to headers.

This change allows the bare binary semaphore operations to be inlined into
calling code. The effect of this commit has not been quantified, but the result
for any calling code should be increased or unaffected performance. Semantics of
the operations is unchanged.