Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2000 14:43:23 -0500 (EST)
From:      Daniel Eischen <eischen@vigrid.com>
To:        "Yevmenkin, Maksim N, CSCIO" <myevmenkin@att.com>
Cc:        "'John Baldwin'" <jhb@FreeBSD.org>, freebsd-hackers@FreeBSD.org, Titus von Boxberg <tboxberg@schuett-elektronik.de>
Subject:   RE: Pthread blocking I/O
Message-ID:  <Pine.SUN.3.91.1000306144201.5140A-100000@pcnet1.pcnet.com>
In-Reply-To: <E598F159668DD311B9C700902799EAF44733A7@njb140po01.ems.att.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 6 Mar 2000, Yevmenkin, Maksim N, CSCIO wrote:
> [...]
> 
> > > are you using -stable (3.x)? there is no ``pthread_cancel'' 
> > in -stable.
> > > use -current. 
> > 
> > Bzzzzt!!! Wrong!
> > 
> > > uname -a
> > FreeBSD server.baldwin.cx 3.4-STABLE FreeBSD 3.4-STABLE #6: 
> > Sun Feb 20 20:24:19 EST 2000    
> > root@server.baldwin.cx:/usr/source/src/sys/compile/SERVER  i386
> > > man -k pthread_cancel
> > pthread_cancel(3) - cancel execution of a thread
> > > nm /usr/lib/libc_r.so | grep pthread_cancel
> > 00078524 T pthread_cancel
> 
> xxx:/usr/home/xxx> uname -a
> FreeBSD xxx.xxx.ru 3.4-STABLE FreeBSD 3.4-STABLE #4: Mon Jan  3 16:01:58 EST
> 2000     root@xxx.xxx.ru:/usr/src/sys/compile/xxx  i386
> 
> xxx:/usr/home/xxx> man -k pthread_cancel
> pthread_cancel: nothing appropriate
> xxx:/usr/home/xxx> 
> 
> xxx:/usr/home/xxx> nm /usr/lib/libc_r.so | grep pthread_cancel
> xxx:/usr/home/xxx> 
> 
> > You do need a fairly recent -stable, but it's in there. :)
> 
> indeed :-)  

You're a day too old.  The cancellation functions were brought into
-stable on January 4th.

Dan Eischen
eischen@vigrid.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.1000306144201.5140A-100000>