cvs commit: src/include pthread_np.h src/lib/libthr pthread.map src/lib/libthr/thread thr_mutex.c

Daniel Eischen deischen at freebsd.org
Wed Feb 6 12:05:52 PST 2008


On Wed, 6 Feb 2008, Dag-Erling Smorgrav wrote:

> des         2008-02-06 19:34:31 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    include              pthread_np.h
>    lib/libthr           pthread.map
>    lib/libthr/thread    thr_mutex.c
>  Log:
>  Per discussion on -threads, rename _islocked_np() to _isowned_np().

Actually, I thought _owned_np was decided since it mimics
mtx_owned() from FreeBSD and mutex_owned() from Solaris, but
that's just me nitpicking and can live with this ;-)

-- 
DE


More information about the cvs-src mailing list