summaryrefslogtreecommitdiff
path: root/libthreads/rwlock.c
AgeCommit message (Collapse)Author
1996-10-24Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1996-05-09(_RWLOCK_DEFINE_FUNCTIONS): New macro; use in place of clearingMichael I. Bushnell
_EXTERN_INLINE, which conflicts with machine-sp.h.
1996-05-04Initial revisionRoland McGrath