]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pthread_np.3: Add a manpage summarizing all of the pthread extensions.
authorFelix Johnson <felix.the.red@gmail.com>
Thu, 7 Oct 2021 17:45:21 +0000 (10:45 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 12 Oct 2021 20:20:36 +0000 (13:20 -0700)
commitdf7d763849655f4038428f97804bf7324d801684
tree74c0dfa4a7888d97aa6101624273086957703f17
parent4cc167a35217f9cee81a2f366e451fae42fd4a6c
pthread_np.3: Add a manpage summarizing all of the pthread extensions.

PR: 197299
MFC after: 1 week
18 files changed:
share/man/man3/Makefile
share/man/man3/pthread.3
share/man/man3/pthread_affinity_np.3
share/man/man3/pthread_attr_affinity_np.3
share/man/man3/pthread_attr_get_np.3
share/man/man3/pthread_attr_setcreatesuspend_np.3
share/man/man3/pthread_getthreadid_np.3
share/man/man3/pthread_join.3
share/man/man3/pthread_main_np.3
share/man/man3/pthread_multi_np.3
share/man/man3/pthread_mutexattr_getkind_np.3
share/man/man3/pthread_np.3 [new file with mode: 0644]
share/man/man3/pthread_resume_all_np.3
share/man/man3/pthread_resume_np.3
share/man/man3/pthread_set_name_np.3
share/man/man3/pthread_suspend_all_np.3
share/man/man3/pthread_suspend_np.3
share/man/man3/pthread_switch_add_np.3