History log of /openbsd/include/pthread_np.h (Results 1 – 3 of 3)
Revision Date Author Comments
# e748cc96 28-May-2019 jca <jca@openbsd.org>

Include pthread.h to make this header standalone (needs pthread_t and others)

Will get us rid of pointless patches in the ports tree. ok guenther@


# 29511769 04-Feb-2019 tedu <tedu@openbsd.org>

add a pthread_get_name_np to match pthread_set_name_np.
could be useful in ports.
initial diff by David Carlier some time ago.
ok jca


# 249f38f2 15-Oct-2017 guenther <guenther@openbsd.org>

Move the thread-related .h files to /usr/src/include/, since the
implementation is now spread between libc and librthread. No changes
to the content

ok mpi@