freebsd-src/lib/libc_r/uthread
Julian Elischer 0f7d684755 Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
Here are the diffs for libc_r to get it one step closer to P1003.1c
These make most of the thread/mutex/condvar structures opaque to the
user. There are three functions which have been renamed with _np
suffixes because they are extensions to P1003.1c (I did them for JAVA,
which needs to suspend/resume threads and also start threads suspended).

I've created a new header (pthread_np.h) for the non-POSIX stuff.

The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented
doesn't work. I think its best to delete it. I don't think libc_r needs
tags anyway, 'cause most of the source is in libc which does have tags.

also:

Here's the first batch of man pages for the thread functions.
The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was
inherited from /usr/src/lib/libc/Makefile that should only be done with
libc.

also:

I should have sent this diff with the pthread(3) man page.
It allows people to type

make -DWANT_LIBC_R world

to get libc_r built with the rest of the world. I put this in the
pthread(3) man page.  The default is still not to build libc_r.


also:
The diff attached adds a pthread(3) man page to /usr/src/share/man/man3.
The idea is that without libc_r installed, this man page will give people
enough info to know that they have to build libc_r.
1996-08-20 08:22:01 +00:00
..
Makefile.inc Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
pthread_private.h Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_accept.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_attr_destroy.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_attr_init.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_attr_setcreatesuspend.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_attr_setcreatesuspend_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_attr_setprio.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_attr_setstacksize.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_autoinit.cc Added a new module "uthread_autoinit.cc". This is a small C++ module. 1996-02-17 02:19:37 +00:00
uthread_bind.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_clean.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_close.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_cond.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_connect.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_create.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_detach.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_dup.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_dup2.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_equal.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_execve.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_exit.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_fchmod.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_fchown.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_fcntl.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_fd.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_file.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_flock.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_fork.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_fstat.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_fstatfs.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_fsync.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_getdirentries.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_getpeername.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_getprio.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_getsockname.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_getsockopt.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_info.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_init.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_ioctl.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_join.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_kern.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_listen.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_longjmp.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_multi_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_mutex.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_nanosleep.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_once.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_open.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_pipe.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_queue.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_read.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_readv.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_recvfrom.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_resume.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_resume_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_select.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_self.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_sendto.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_seterrno.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_setjmp.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_setprio.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_setsockopt.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_shutdown.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_sig.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_sigaction.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_sigblock.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_signal.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_sigprocmask.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_sigsetmask.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_sigsuspend.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_single_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_socket.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_socketpair.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_spec.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_suspend.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_suspend_np.c Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
uthread_wait4.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_write.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_writev.c Reviewed by: julian 1996-01-22 00:23:58 +00:00
uthread_yield.c Reviewed by: julian 1996-01-22 00:23:58 +00:00