Date: Thu, 28 Jan 1999 17:04:18 +0300 (MSK) From: "Sergey S. Kosyakov" <ks@itp.ac.ru> To: freebsd-hackers@FreeBSD.ORG Subject: select(2) and threads Message-ID: <XFMail.990128170418.ks@itp.ac.ru>
next in thread | raw e-mail | index | archive | help
Hi, it seems that calling select in more than one concurrent thread cause all such threads except the last to block forever. The same situation is with poll(). The only case when select() and poll() work is when timeout is set to 0. Is select really thread safe in FreeBSD? FreeBSD 3.0-RELEASE Sergey. ---------------------------------- --- 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?XFMail.990128170418.ks>