From owner-cvs-src@FreeBSD.ORG Wed Jun 4 01:16:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 574A437B401; Wed, 4 Jun 2003 01:16:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E5C43FA3; Wed, 4 Jun 2003 01:16:32 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h548GW0U066812; Wed, 4 Jun 2003 01:16:32 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h548GWCF066811; Wed, 4 Jun 2003 01:16:32 -0700 (PDT) Message-Id: <200306040816.h548GWCF066811@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 4 Jun 2003 01:16:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc_r/test join_leak_d.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 08:16:33 -0000 mtm 2003/06/04 01:16:32 PDT FreeBSD src repository Modified files: lib/libc_r/test join_leak_d.c Log: If the library is not able to create a thread because resources don't allow it at the moment, the correct thing to do is try again. Otherwise, libthr would fail this test because it doesn't allow an unlimited number of concurrent threads per application. Revision Changes Path 1.2 +4 -0 src/lib/libc_r/test/join_leak_d.c