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

pragma once and for all


# 0016dfc6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix all the whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of files


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

Fix licenses


# cb0bf5d3 26-Oct-2016 Alex Legg <alexander.legg@nicta.com.au>

SELFOUR-701 Condition variable implementation


# 1e5ef321 11-Oct-2016 Alex Legg <alexander.legg@nicta.com.au>

SELFOUR-701 VKA managed versions of sem, bin_sem, mutex & recursive_mutex


# 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.