Subject: Re: pthreads in userland, signals, and itimer.
To: Michael Graff <explorer@flame.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: tech-kern
Date: 11/08/1999 13:53:15
> I have added to the -current kernel two new signals, and two new
> itimers.  [...threading goop...]

> -	if ((u_int)which > ITIMER_PROF)
> +	if ((u_int)which > ITIMER_THREADV)

> -	if ((u_int)which > ITIMER_PROF)
> +	if ((u_int)which > ITIMER_THREADV)

I'd be inclined to add an ITIMER__LAST or some such.

> +#define SIGTHREAD	33	/* thread library private alarm */
> +#define SIGTHREADV	33	/* thread library private alarm */

I find it hard to believe this isn't a typo - surely one of them should
be 34?

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B