freebsd-skq/lib/libc_r/uthread
deischen 8456ca7311 Fix problems with cancellation while in critical regions.
o Cancellation flags were not getting properly set/cleared.
  o Loops waiting for internal locks were not being exited
    correctly by a cancelled thread.
  o Minor spelling (cancelation -> cancellation) and formatting
    corrections (missing tab).

Found by:	tg
Reviewed by:	jasone
1999-12-17 00:57:54 +00:00
..
Makefile.inc
pthread_private.h Fixes for signal handling: 1999-12-17 00:56:36 +00:00
uthread_accept.c
uthread_attr_destroy.c
uthread_attr_getdetachstate.c
uthread_attr_getinheritsched.c
uthread_attr_getschedparam.c
uthread_attr_getschedpolicy.c
uthread_attr_getscope.c
uthread_attr_getstackaddr.c
uthread_attr_getstacksize.c
uthread_attr_init.c
uthread_attr_setcreatesuspend_np.c
uthread_attr_setdetachstate.c
uthread_attr_setinheritsched.c
uthread_attr_setprio.c
uthread_attr_setschedparam.c
uthread_attr_setschedpolicy.c
uthread_attr_setscope.c
uthread_attr_setstackaddr.c
uthread_attr_setstacksize.c
uthread_autoinit.cc
uthread_bind.c
uthread_cancel.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_clean.c
uthread_close.c
uthread_cond.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_condattr_destroy.c
uthread_condattr_init.c
uthread_connect.c
uthread_create.c * Fix the stack allocation code so that it works for alpha. Change it 1999-11-28 19:47:43 +00:00
uthread_detach.c
uthread_dup2.c
uthread_dup.c
uthread_equal.c
uthread_execve.c
uthread_exit.c
uthread_fchflags.c
uthread_fchmod.c
uthread_fchown.c
uthread_fcntl.c
uthread_fd.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_file.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_find_thread.c
uthread_flock.c
uthread_fork.c Change signal handling to conform to POSIX specified semantics. 1999-12-04 22:55:59 +00:00
uthread_fstat.c
uthread_fstatfs.c
uthread_fsync.c
uthread_gc.c
uthread_getdirentries.c
uthread_getpeername.c
uthread_getprio.c
uthread_getschedparam.c
uthread_getsockname.c
uthread_getsockopt.c
uthread_info.c
uthread_init.c
uthread_ioctl.c
uthread_join.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_kern.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_kill.c Fixes for signal handling: 1999-12-17 00:56:36 +00:00
uthread_listen.c
uthread_mattr_init.c
uthread_mattr_kind_np.c
uthread_msync.c
uthread_multi_np.c
uthread_mutex_prioceiling.c
uthread_mutex_protocol.c
uthread_mutex.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_mutexattr_destroy.c
uthread_nanosleep.c
uthread_once.c
uthread_open.c
uthread_pipe.c
uthread_poll.c
uthread_priority_queue.c
uthread_read.c
uthread_readv.c
uthread_recvfrom.c
uthread_recvmsg.c
uthread_resume_np.c
uthread_rwlock.c
uthread_rwlockattr.c
uthread_select.c
uthread_self.c
uthread_sendmsg.c
uthread_sendto.c
uthread_seterrno.c
uthread_setprio.c
uthread_setschedparam.c
uthread_setsockopt.c
uthread_shutdown.c
uthread_sig.c Fixes for signal handling: 1999-12-17 00:56:36 +00:00
uthread_sigaction.c
uthread_sigblock.c
uthread_sigmask.c
uthread_signal.c
uthread_sigpending.c
uthread_sigprocmask.c
uthread_sigsetmask.c
uthread_sigsuspend.c
uthread_sigwait.c Change signal handling to conform to POSIX specified semantics. 1999-12-04 22:55:59 +00:00
uthread_single_np.c
uthread_socket.c
uthread_socketpair.c
uthread_spec.c
uthread_spinlock.c
uthread_suspend_np.c
uthread_switch_np.c
uthread_vfork.c
uthread_wait4.c Fixes for signal handling: 1999-12-17 00:56:36 +00:00
uthread_write.c Fix problems with cancellation while in critical regions. 1999-12-17 00:57:54 +00:00
uthread_writev.c Avoid an infinite loop if the last element of the iov array passed to 1999-12-16 22:35:40 +00:00
uthread_yield.c