Date: Thu, 31 Oct 2002 20:07:09 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: Daniel Eischen <deischen@freebsd.org> Cc: cvs-committers@freebsd.org, <cvs-all@freebsd.org> Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_mutex.c Message-ID: <20021031194050.A13073-100000@herring.nlsystems.com> In-Reply-To: <200210311817.g9VIHwMn001654@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021031194050.A13073-100000>