History log of /openbsd/lib/libpthread/man/pthread_spin_init.3 (Results 1 – 3 of 3)
Revision Date Author Comments
# 8855e28c 06-Apr-2020 pirofti <pirofti@openbsd.org>

Update my email address.


# 86f9d4cd 05-Jun-2013 tedu <tedu@openbsd.org>

use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze


# 5037ac14 03-May-2012 pirofti <pirofti@openbsd.org>

Add pthread spinlock support.

Implementation, documentation and naive regression tests for:
- pthread_spin_init()
- pthread_spin_destroy()
- pthread_spin_lock()
- pthread_spin_trylock()
- pthread_sp

Add pthread spinlock support.

Implementation, documentation and naive regression tests for:
- pthread_spin_init()
- pthread_spin_destroy()
- pthread_spin_lock()
- pthread_spin_trylock()
- pthread_spin_unlock()

Implementation okay guenther@, documentation okay jmc@.

show more ...