aboutsummaryrefslogtreecommitdiff
path: root/libthreads/cthread_internals.h
Commit message (Collapse)AuthorAgeFilesLines
* 2002-05-26 Roland McGrath <roland@frob.com>Roland McGrath2002-05-271-20/+91
| | | | | | | | | | | | | Changes merged from CMU MK83a version: * cthreads.h, options.h: Various cleanups. * call.c, cthread_data.c, sync.c, mig_support.c: Likewise. * i386/cthreads.h, i386/thread.c, i386/lock.s: Likewise. * cthread_internals.h: Add decls for internal functions. (struct cproc): Use vm_offset_t for stack_base and stack_size members. Use natural_t for context member. * cprocs.c: Use prototypes for all defns. * cthreads.c: Likewise. (cthread_exit): Cast any_t to integer_t before int.
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-1/+12
| | | | | | * cthread_internals.h: int -> void * for `busy' member. * cprocs.c (cthread_mach_msg): Don't cast to int when setting it. * cprocs.c (cthread_mag_active): Likewise.
* 2001-03-31 Roland McGrath <roland@frob.com>Roland McGrath2001-03-311-22/+25
| | | | | | | | | | * 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.
* (cproc_block): Provide decl.Michael I. Bushnell1995-08-291-1/+6
|
* entered into RCSRoland McGrath1994-05-051-0/+6
|
* Initial revisionMichael I. Bushnell1992-10-061-0/+198