NameDateSize

..07-May-202473

affinity.3H A D05-Dec-20113.9 KiB

arch/H07-May-202419

call_once.3H A D27-Apr-20192.9 KiB

call_once.cH A D24-Apr-20191.9 KiB

cnd.3H A D27-Apr-20194.1 KiB

cnd.cH A D24-Apr-20192.8 KiB

MakefileH A D14-Sep-202310.4 KiB

mtx.3H A D27-Apr-20194.8 KiB

mtx.cH A D24-Apr-20193.5 KiB

pthread.3H A D09-Dec-20176.2 KiB

pthread.cH A D29-Nov-202332.3 KiB

pthread.hH A D30-Apr-201916 KiB

pthread_attr.3H A D10-Nov-20126 KiB

pthread_attr.cH A D10-Apr-202210.9 KiB

pthread_attr_get_np.3H A D09-Dec-20173.6 KiB

pthread_attr_getdetachstate.3H A D09-Dec-20174.6 KiB

pthread_attr_getguardsize.3H A D09-Dec-20234.6 KiB

pthread_attr_getinheritsched.3H A D09-Dec-20173.5 KiB

pthread_attr_getname_np.3H A D09-Dec-20173.7 KiB

pthread_attr_getschedparam.3H A D09-Dec-20173.6 KiB

pthread_attr_getscope.3H A D09-Dec-20173.3 KiB

pthread_attr_getstack.3H A D09-Dec-20236.3 KiB

pthread_attr_setcreatesuspend_np.3H A D09-Jul-20102.4 KiB

pthread_barrier.3H A D09-Dec-20174.8 KiB

pthread_barrier.cH A D13-Feb-20225 KiB

pthread_barrierattr.3H A D09-Dec-20173.5 KiB

pthread_cancel.3H A D12-Mar-20144.1 KiB

pthread_cancelstub.cH A D21-Jan-202416.7 KiB

pthread_cleanup_push.3H A D09-Jul-20104.5 KiB

pthread_compat.cH A D13-Feb-20224.7 KiB

pthread_cond.3H A D30-Apr-20198.9 KiB

pthread_cond.cH A D13-Feb-202210.4 KiB

pthread_condattr.3H A D27-Apr-20175.7 KiB

pthread_create.3H A D30-Apr-20235.5 KiB

pthread_curcpu_np.3H A D10-Nov-20112.7 KiB

pthread_detach.3H A D09-Jul-20104.3 KiB

pthread_equal.3H A D09-Jul-20103.9 KiB

pthread_exit.3H A D09-Jul-20105.3 KiB

pthread_getcpuclockid.3H A D06-Mar-20172.5 KiB

pthread_getcpuclockid.cH A D13-Feb-20222.3 KiB

pthread_getname_np.3H A D09-Dec-20173.5 KiB

pthread_getspecific.3H A D09-Dec-20175 KiB

pthread_int.hH A D29-Jun-202310.3 KiB

pthread_join.3H A D09-Jul-20104.9 KiB

pthread_key_create.3H A D09-Dec-20177.1 KiB

pthread_kill.3H A D09-Jul-20104 KiB

pthread_lock.cH A D10-Apr-20225.1 KiB

pthread_makelwp.hH A D16-Dec-20141.8 KiB

pthread_makelwp_netbsd.cH A D13-Feb-20222.6 KiB

pthread_misc.cH A D10-Apr-20224.5 KiB

pthread_mutex.3H A D27-Dec-20199.5 KiB

pthread_mutex.cH A D10-Apr-202219.1 KiB

pthread_mutexattr.3H A D07-Feb-20179.2 KiB

pthread_once.3H A D22-Dec-20164.7 KiB

pthread_once.cH A D13-Feb-20222.9 KiB

pthread_queue.hH A D20-Apr-20224.8 KiB

pthread_rwlock.3H A D09-Dec-201710.1 KiB

pthread_rwlock.cH A D13-Feb-202216.9 KiB

pthread_rwlockattr.3H A D22-Dec-20165 KiB

pthread_schedparam.3H A D04-Jul-20174.5 KiB

pthread_self.3H A D09-Dec-20173.7 KiB

pthread_sigmask.3H A D09-Jul-20104.3 KiB

pthread_specific.cH A D10-Apr-20223.6 KiB

pthread_spin.3H A D09-Dec-20175.7 KiB

pthread_spin.cH A D29-Jun-20233.5 KiB

pthread_suspend_np.3H A D09-Jul-20103.5 KiB

pthread_testcancel.3H A D18-Mar-20147.3 KiB

pthread_tsd.cH A D10-Apr-202213.1 KiB

pthread_types.hH A D10-Apr-20227.9 KiB

READMEH A D15-Feb-2017328

res_state.cH A D13-Feb-20223.8 KiB

shlib_versionH A D30-Apr-2019689

thrd.3H A D27-Apr-20195.6 KiB

thrd.cH A D11-Sep-20193.5 KiB

threads.3H A D27-Apr-20194 KiB

threads.hH A D11-Sep-20193.8 KiB

TODOH A D03-Jul-2017326

tss.3H A D27-Apr-20194.1 KiB

tss.cH A D16-Dec-20192.2 KiB

README

1$NetBSD: README,v 1.7 2017/02/08 03:44:41 kamil Exp $
2
3Due to limitations in the current pthread implementation, makecontext(3)
4and sigaltstack(2) should not be used in programs which link against
5libpthread (whether threads are used or not). This has been noted in the
6makecontext(3), sigaltstack(2), and pthread(3) man pages.
7