History log of /netbsd-src/lib/libpthread/pthread_mutex.3 (Results 1 – 11 of 11)
Revision Date Author Comments
# ba5c90c4 27-Dec-2019 msaitoh <msaitoh@NetBSD.org>

s/sucess/success/ in comment.


# 3e5ec8a3 22-Oct-2017 abhinav <abhinav@NetBSD.org>

Add missing function names in the NAME section for rest of the man pages in libpthread


# 06b9d775 30-Oct-2016 kamil <kamil@NetBSD.org>

POSIX harder the pthread_mutex_timedlock(3) prototype

Add missing __restrict keyword to the first pointer parameter.

It was already used for the second argument, should not be a functional
change a

POSIX harder the pthread_mutex_timedlock(3) prototype

Add missing __restrict keyword to the first pointer parameter.

It was already used for the second argument, should not be a functional
change and generated code should be the same.

This new form is now aligned with POSIX.

show more ...


# b9737c74 05-Jul-2016 wiz <wiz@NetBSD.org>

Fix some lint.

Too much or too little whitespace;
improve macro usage;
add missing .El;
merge error sections for same error code.


# 7cf7644f 03-Jul-2016 christos <christos@NetBSD.org>

GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is d

GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is disabled.
XXX: document _sched_protect(2).

show more ...


# b5c99d43 12-Nov-2012 uwe <uwe@NetBSD.org>

Use

.Vt type var No = Dv INITIALIZER;

to provide examples of static initialization in SYNOPSIS section.
.Va macro does the wrong thing (check groff PostScript output) and the
need for .Pp kludge

Use

.Vt type var No = Dv INITIALIZER;

to provide examples of static initialization in SYNOPSIS section.
.Va macro does the wrong thing (check groff PostScript output) and the
need for .Pp kludge (now dropped) should have been an indication too.

While here move static initialization example to be right after the
declaration of *_init().

show more ...


# 83d2a686 09-Jul-2010 wiz <wiz@NetBSD.org>

Mark up NULL.


# 5a5247a9 08-Jul-2010 wiz <wiz@NetBSD.org>

Add comma in enumeration, sort errors.


# 0fcec3f1 08-Jul-2010 jruoho <jruoho@NetBSD.org>

Add missing word.


# baea5f97 08-Jul-2010 jruoho <jruoho@NetBSD.org>

Continue the discussion with few remarks and rearrange slightly.


# d199be97 08-Jul-2010 rmind <rmind@NetBSD.org>

Merge/group man pages:
- pthread_barrier_{init,destroy,wait} into pthread_barrier(3).
- pthread_cond_* into pthread_cond(3).
- pthread_mutex_* into pthread_mutex(3).
- pthread_rwlock_* into pthread_r

Merge/group man pages:
- pthread_barrier_{init,destroy,wait} into pthread_barrier(3).
- pthread_cond_* into pthread_cond(3).
- pthread_mutex_* into pthread_mutex(3).
- pthread_rwlock_* into pthread_rwlock(3).
- pthread_spin_* into pthread_spin(3).
Cross-link amongst groups.
OK jruoho@

show more ...