aboutsummaryrefslogtreecommitdiff
path: root/libports/inhibit-bucket-rpcs.c
Commit message (Collapse)AuthorAgeFilesLines
* * inhibit-all-rpcs.c (ports_inhibit_all_rpcs): Avoid callingMark Kettenis2000-07-251-3/+9
| | | | | | | hurd_thread_cancel on the current thread. * inhibit-class-rpcs.c (ports_inhibit_class_rpcs): Likewise. * inhibit-bucket-rpcs.c (ports_inhibit_bucket_rpcs): Likewise. * inhibit-port-rpcs.c (ports_inhibit_port_rpcs): Likewise.
* (ports_inhibit_bucket_rpcs):Miles Bader1996-01-271-20/+34
| | | | Be interruptable; return EINTR if interrupted, or EBUSY if already inhibited.
* If calling thread is serving an RPC, don't block waiting for that RPC toRoland McGrath1995-11-221-7/+10
| | | | finish.
* (ports_inhibit_bucket_rpcs): thread_cancel -> hurd_thread_cancel.Miles Bader1995-08-241-1/+2
| | | | Include <hurd.h>.
* Initial revisionMichael I. Bushnell1995-06-201-0/+52