aboutsummaryrefslogtreecommitdiff
path: root/libthreads/cprocs.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-03-31 Roland McGrath <roland@frob.com>Roland McGrath2001-03-311-26/+31
| | | | | | | | | | * cthreads.h: Fix obsolescent #endif syntax. * cthread_internals.h: Likewise. * cancel-cond.c: Likewise. * stack.c: Likewise. * cthreads.c: Likewise. * cprocs.c: Likewise. * call.c: Likewise.
* 2000-01-10 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-01-101-0/+9
| | | | * cprocs.c: Include <assert.h>
* 2000-01-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-01-091-27/+38
| | | | | | | * cprocs.c (cproc_alloc): Initialize P->wired and P->msg here (code from cthread_wire). (cthread_wire): Reduce to just an assert, cthreads always wired. (chtread_unwire): Abort if called.
* 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