aboutsummaryrefslogtreecommitdiff
path: root/libthreads/cancel-cond.c
Commit message (Collapse)AuthorAgeFilesLines
* libthreads: RemoveSamuel Thibault2020-11-111-116/+0
| | | | | | | | | | | | | | | libthreads is most probably completely broken, and not the long-term road anyway. * config.make.in (VERSIONING): Remove. * configure.ac: Test for pfinet assembly compatibility instead of libthreads assembly compatibility. Do not set VERSIONING. * libthreads: Remove directory. * Makefile (lib-subdirs): Remove libthreads. * doc/hurd.texi (Threads Library): Rename references to libthreads into libpthread. * release/rfloppy.copy: Do not objcopy lib/libthreads.so. * release/tool-Makefile (rfloppy-solib): Remove libthreads.
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-2/+2
| | | | | Our variants print stack traces on failures. This will make locating errors much easier.
* Fix space styleSamuel Thibault2015-03-051-17/+17
|
* 2001-03-31 Roland McGrath <roland@frob.com>Roland McGrath2001-03-311-2/+2
| | | | | | | | | | * 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.
* Add assert to check for signal bug.Roland McGrath1996-02-011-1/+4
|
* (hurd_condition_wait_cancel): Name changed to `hurd_condition_wait'.Miles Bader1995-08-261-1/+2
|
* Initial revisionRoland McGrath1995-08-211-0/+112