From owner-freebsd-hackers Thu Jan 14 16:13:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09983 for freebsd-hackers-outgoing; Thu, 14 Jan 1999 16:13:05 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from stevie.loop.com (stevie-inet.loop.com [207.211.60.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09966 for ; Thu, 14 Jan 1999 16:12:58 -0800 (PST) (envelope-from icimjs@loop.com) Received: from knobel (p09.hwts15.loop.net [207.211.62.234]) by stevie.loop.com (8.9.1/8.9.1) with SMTP id QAA24296 for ; Thu, 14 Jan 1999 16:08:36 -0800 (PST) Message-Id: <3.0.5.32.19990114161019.015f59e0@pop.loop.com> X-Sender: icimjs@pop.loop.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 14 Jan 1999 16:10:19 -0800 To: freebsd-hackers@FreeBSD.ORG From: Elan Subject: sleep(unsigned) thread safe? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, is it safe to call sleep in a threaded application? sleep is being called in a function that is running in a separate thread. Can that generate problems? TIA Elan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message