From owner-cvs-all Thu Oct 31 12: 7:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9336937B401; Thu, 31 Oct 2002 12:07:14 -0800 (PST) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B0343E6E; Thu, 31 Oct 2002 12:07:13 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-30.mail.demon.net with esmtp (Exim 3.35 #1) id 187Law-000Pk2-0U; Thu, 31 Oct 2002 20:07:10 +0000 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.4) with ESMTP id g9VK79rF055785; Thu, 31 Oct 2002 20:07:09 GMT (envelope-from dfr@nlsystems.com) Date: Thu, 31 Oct 2002 20:07:09 +0000 (GMT) From: Doug Rabson To: Daniel Eischen Cc: cvs-committers@freebsd.org, Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_mutex.c In-Reply-To: <200210311817.g9VIHwMn001654@repoman.freebsd.org> Message-ID: <20021031194050.A13073-100000@herring.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Oct 2002, Daniel Eischen wrote: > deischen 2002/10/31 10:17:58 PST > > Modified files: > lib/libc_r/uthread uthread_mutex.c > Log: > Use the strong symbol'd version of pthread_mutex_init so we don't > accidentally call a stub or application provided version of the > same routine. There are still some calls to pthread_* functions. I'm sure that at least some of these ought to change to _pthread_*. uthread_cancel.c pthread_testcancel, pthread_exit uthread_cond.c pthread_cond_init uthread_create.c pthread_create, pthread_exit uthread_exit.c pthread_mutex_lock, pthread_cond_signal, pthread_mutex_unlock uthread_gc.c pthread_sigmask, pthread_set_name_np, pthread_mutex_unlock, pthread_cond_timedwait uthread_getprio.c pthread_getschedparam uthread_init.c pthread_cond_init uthread_join.c pthread_mutex_lock, pthread_mutex_unlock uthread_main_np.c pthread_equal, pthread_self uthread_multi_np.c pthread_resume_all_np uthread_mutex.c pthread_mutex_init, pthread_mutex_lock, pthread_mutex_unlock uthread_mutex_prioceiling.c pthread_mutex_lock, pthread_mutex_unlock uthread_once.c pthread_mutex_lock, pthread_mutex_unlock uthread_rwlock.c pthread_rwlock_init, pthread_mutex_destroy, pthread_cond_destroy, pthread_mutex_init, pthread_cond_init, pthread_mutex_destroy, pthread_mutex_lock, pthread_mutex_unlock, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait uthread_sem.c pthread_mutex_init, pthread_mutex_destroy, pthread_cond_init, pthread_cond_destroy, pthread_mutex_lock, pthread_mutex_unlock, pthread_cond_wait, pthread_cond_signal uthread_setprio.c pthread_setschedparam uthread_sigprocmask.c pthread_sigmask uthread_single_np.c uthread_suspend_all_np uthread_stack.c pthread_mutex_lock, pthread_mutex_unlock -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message