..
Makefile.inc
Implement process-shared locks support for libthr.so.3, without
2016-02-28 17:52:33 +00:00
thr_affinity.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_attr.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_autoinit.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_barrier.c
libthr: check for possible overflow in the pthread_barrier_init() count.
2017-07-15 15:00:13 +00:00
thr_barrierattr.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_cancel.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_clean.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_concurrency.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_cond.c
Do not leak curthread->inact_mtx when cancelling in pthread_cond_wait(3).
2016-12-06 17:13:17 +00:00
thr_condattr.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_create.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_ctrdtr.c
Merge all the copies of _tcb_ctor and _tcb_dtor.
2015-01-21 16:41:05 +00:00
thr_detach.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_equal.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_event.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_exit.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_fork.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_getcpuclockid.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_getprio.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_getschedparam.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_getthreadid_np.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_info.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_init.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_join.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_kern.c
libthr: fix warnings from GCC when WARNS=6
2017-05-23 16:12:50 +00:00
thr_kill.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_list.c
libthr: fix warnings from GCC when WARNS=6
2017-05-23 16:12:50 +00:00
thr_main_np.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_multi_np.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_mutex.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_mutexattr.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_once.c
Remove empty initializer for the once facility. It was not needed
2016-07-27 15:14:11 +00:00
thr_printf.c
libthr: _thread_vprintf: Enhance support for %p, %#x
2016-06-01 16:11:09 +00:00
thr_private.h
[libthr] revert change of visibility of _thread_keytable to unbreak debugger
2017-10-02 20:33:16 +00:00
thr_pshared.c
Lock pshared_lock shared around fork, to ensure that the COW snapshot
2016-03-21 06:52:35 +00:00
thr_pspinlock.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_resume_np.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_rtld.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_rwlock.c
libthr: change CHECK_AND_INIT_RWLOCK to an inline function
2017-05-20 17:30:48 +00:00
thr_rwlockattr.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_self.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_sem.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_setprio.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_setschedparam.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_sig.c
libthr: fix style in previous commit
2017-05-26 15:53:27 +00:00
thr_single_np.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_sleepq.c
Use __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 11:15:26 +00:00
thr_spec.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_spinlock.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_stack.c
libthr: Use CLI flags instead of pragmas to disable warnings
2017-05-20 17:33:47 +00:00
thr_suspend_np.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_switch_np.c
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
thr_symbols.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_syscalls.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00
thr_umtx.c
libthr: fix warnings at WARNS=6
2017-05-19 13:04:05 +00:00
thr_umtx.h
libthr: fix warnings at WARNS=6
2017-05-19 13:04:05 +00:00
thr_yield.c
General further adoption of SPDX licensing ID tags.
2017-11-20 19:49:47 +00:00