aboutsummaryrefslogtreecommitdiff
path: root/libthreads/cprocs.c
Commit message (Collapse)AuthorAgeFilesLines
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-34/+39
| | | | | | | * i386/csw.S (cproc_prepare): Take address of cthread_body as third arg, so we don't have to deal with PIC magic to find its address without producing a text reloc. * cprocs.c (cproc_create): Pass &cthread_body to cproc_prepare.
* Mon Nov 18 16:36:56 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-181-1/+5
| | | | * cprocs.c (cproc_create): Cast CHILD in assignment.
* (condition_unimplies): Take address of (*impp)->next in assignment toMichael I. Bushnell1995-12-061-1/+4
| | | | IMPP on loop step instruction.
* Include hurd/threadvar.h.Roland McGrath1995-09-221-0/+4
|
* Repair typos.Michael I. Bushnell1995-08-301-3/+9
|
* (cond_signal): If this condition has implications, see if one of themMichael I. Bushnell1995-08-301-0/+52
| | | | | | needs to be signalled when we have no waiters. (cond_broadcast): Signal the implications list too. (condition_implies, condition_unimplies): New functions.
* (mutex_lock_solid, mutex_unlock_solid): Renamed to __*.Roland McGrath1995-04-041-9/+8
| | | | | (_cthread_mutex_lock_routine, _cthread_mutex_unlock_routine): Variables removed.
* entered into RCSRoland McGrath1994-05-191-0/+5
|
* Formerly cprocs.c.~2~Roland McGrath1994-05-051-5/+31
|
* Initial revisionMichael I. Bushnell1992-10-061-0/+1122