Index of /archives/NetBSD/NetBSD-release-9/src/lib/libpthread
Name Last modified Size Description
Parent Directory -
tss.c 2019-04-24 20:43 2.3K
tss.3 2019-04-27 19:57 4.1K
threads.h 2019-09-13 15:54 3.8K
threads.3 2019-04-27 19:57 4.0K
thrd.c 2019-09-13 15:54 3.5K
thrd.3 2019-04-27 19:57 5.6K
shlib_version 2019-04-24 22:01 689
res_state.c 2024-12-16 12:03 3.7K
pthread_types.h 2017-09-10 08:21 7.9K
pthread_tsd.c 2019-03-05 10:35 13K
pthread_testcancel.3 2014-03-19 03:20 7.3K
pthread_suspend_np.3 2010-07-09 18:18 3.5K
pthread_spin.c 2023-08-04 22:04 3.5K
pthread_spin.3 2017-10-23 01:37 5.7K
pthread_specific.c 2013-03-22 01:49 3.5K
pthread_sigmask.3 2010-07-09 19:55 4.3K
pthread_self.3 2017-10-23 10:03 3.7K
pthread_schedparam.3 2017-07-04 06:32 4.5K
pthread_rwlockattr.3 2016-07-05 19:04 5.0K
pthread_rwlock.c 2020-01-26 19:55 16K
pthread_rwlock.3 2017-10-23 01:37 10K
pthread_queue.h 2009-10-06 08:33 4.9K
pthread_once.c 2013-03-22 01:49 2.7K
pthread_once.3 2016-07-05 19:04 4.7K
pthread_mutexattr.3 2017-02-02 19:48 9.2K
pthread_mutex.c 2020-01-26 19:55 20K
pthread_mutex.3 2017-10-23 01:37 9.5K
pthread_misc.c 2020-01-26 19:55 3.9K
pthread_makelwp_netbsd.c 2014-12-17 10:49 2.4K
pthread_makelwp.h 2014-12-17 05:05 1.9K
pthread_lock.c 2008-04-29 05:23 5.0K
pthread_kill.3 2010-07-09 17:51 4.0K
pthread_key_create.3 2017-10-23 01:37 7.1K
pthread_join.3 2010-07-09 19:55 4.9K
pthread_int.h 2023-08-04 22:04 11K
pthread_getspecific.3 2017-10-23 01:37 5.0K
pthread_getname_np.3 2017-10-23 01:37 3.5K
pthread_getcpuclockid.c 2017-03-04 20:16 2.1K
pthread_getcpuclockid.3 2017-03-06 03:42 2.5K
pthread_exit.3 2010-07-09 17:51 5.3K
pthread_equal.3 2010-07-09 17:51 3.9K
pthread_detach.3 2010-07-09 17:51 4.3K
pthread_curcpu_np.3 2011-11-11 01:44 2.7K
pthread_create.3 2010-07-09 17:51 5.5K
pthread_condattr.3 2017-03-29 02:42 5.7K
pthread_cond.c 2020-01-26 19:55 12K
pthread_cond.3 2018-07-28 23:00 8.9K
pthread_compat.c 2017-12-08 18:59 4.6K
pthread_cleanup_push.3 2010-07-09 17:51 4.5K
pthread_cancelstub.c 2021-10-05 20:02 17K
pthread_cancel.3 2014-03-12 16:32 4.1K
pthread_barrierattr.3 2017-10-23 03:37 3.5K
pthread_barrier.c 2016-07-03 23:24 4.5K
pthread_barrier.3 2017-10-23 01:15 4.8K
pthread_attr_setcreatesuspend_np.3 2010-07-09 18:10 2.4K
pthread_attr_getstack.3 2017-10-23 10:03 5.6K
pthread_attr_getscope.3 2017-10-23 10:03 3.3K
pthread_attr_getschedparam.3 2017-10-23 01:37 3.6K
pthread_attr_getname_np.3 2017-10-23 01:37 3.7K
pthread_attr_getinheritsched.3 2017-10-23 01:37 3.5K
pthread_attr_getguardsize.3 2017-10-23 01:37 3.9K
pthread_attr_getdetachstate.3 2017-10-23 10:03 4.6K
pthread_attr_get_np.3 2017-10-23 00:44 3.6K
pthread_attr.c 2017-08-01 21:31 8.8K
pthread_attr.3 2012-11-11 08:12 6.0K
pthread.h 2018-02-20 14:10 16K
pthread.c 2023-12-09 22:24 35K
pthread.3 2017-10-23 10:03 6.2K
mtx.c 2019-04-24 20:43 3.5K
mtx.3 2019-04-27 19:57 4.8K
cnd.c 2019-04-24 20:43 2.8K
cnd.3 2019-04-27 19:57 4.1K
call_once.c 2019-04-25 06:41 1.9K
call_once.3 2019-04-27 19:57 2.9K
arch/ 2025-01-15 12:04 -
affinity.3 2011-12-05 19:27 3.9K
TODO 2017-07-03 01:41 326
README 2017-02-08 12:44 328
Makefile 2019-09-27 18:24 10K
CVS/ 2025-01-15 12:04 -
$NetBSD: README,v 1.7 2017/02/08 03:44:41 kamil Exp $
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not). This has been noted in the
makecontext(3), sigaltstack(2), and pthread(3) man pages.