summaryrefslogtreecommitdiff
path: root/libthreads/rwlock.h
AgeCommit message (Collapse)Author
1996-05-09If _RWLOCK_DEFINE_FUNCTIONS is defined, then clear _EXTERN_INLINE, butMichael I. Bushnell
*after* header files have been included.
1996-05-04Moved to libthreads from libshouldbeinlibc.Roland McGrath
(_EXTERN_INLINE): New macro. Use it for all the inline defns.
1995-10-07Protect against multiple inclusion.Roland McGrath
Include cthreads.h and assert.h.
1995-09-23(RWLOCK_INITIALIZER): New macro.Roland McGrath
1995-05-08Initial revisionMiles Bader