aboutsummaryrefslogtreecommitdiff
path: root/libthreads/rwlock.h
Commit message (Collapse)AuthorAgeFilesLines
* Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-241-12/+7
| | | | | | | | | * i386/csw.S (CALL_MCOUNT): New macro. (cproc_swtich, cproc_start_wait, cproc_prepare): Use CALL_MCOUNT. * rwlock.h: Change extern inline protection to use new canonical method. * rwlock.c: Rewritten.
* If _RWLOCK_DEFINE_FUNCTIONS is defined, then clear _EXTERN_INLINE, butMichael I. Bushnell1996-05-091-0/+5
| | | | *after* header files have been included.
* Moved to libthreads from libshouldbeinlibc.Roland McGrath1996-05-041-9/+13
| | | | | (_EXTERN_INLINE): New macro. Use it for all the inline defns.
* Protect against multiple inclusion.Roland McGrath1995-10-071-0/+9
| | | | Include cthreads.h and assert.h.
* (RWLOCK_INITIALIZER): New macro.Roland McGrath1995-09-231-0/+3
|
* Initial revisionMiles Bader1995-05-081-0/+95