opnsense-src/lib/libthr/thread
Brooks Davis 52af996782 Remove declarations of syscalls not used in libthr.
Reviewed by:	kib
Sponsored by:	DARPA, AFRL
2018-12-03 22:09:23 +00:00
..
Makefile.inc
thr_affinity.c
thr_attr.c libthr: minor spacing cleanup. 2018-08-21 01:33:25 +00:00
thr_autoinit.c
thr_barrier.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_barrierattr.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_cancel.c
thr_clean.c
thr_concurrency.c
thr_cond.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_condattr.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_create.c _thr_setthreaded() cannot fail; change return type to void 2018-11-30 03:01:32 +00:00
thr_ctrdtr.c
thr_detach.c
thr_equal.c
thr_event.c
thr_exit.c
thr_fork.c Use _thr_isthreaded() and _thr_setthreaded() wrappers 2018-11-30 03:02:49 +00:00
thr_getcpuclockid.c
thr_getprio.c
thr_getschedparam.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_getthreadid_np.c
thr_info.c
thr_init.c Make libthr(3) use sysconf(_SC_NPROCESSORS_CONF); this shaves off 2018-11-19 18:24:08 +00:00
thr_join.c
thr_kern.c _thr_setthreaded() cannot fail; change return type to void 2018-11-30 03:01:32 +00:00
thr_kill.c
thr_list.c
thr_main_np.c
thr_multi_np.c
thr_mutex.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_mutexattr.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_once.c
thr_printf.c
thr_private.h Remove declarations of syscalls not used in libthr. 2018-12-03 22:09:23 +00:00
thr_pshared.c
thr_pspinlock.c
thr_resume_np.c
thr_rtld.c
thr_rwlock.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_rwlockattr.c POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
thr_self.c
thr_sem.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c
thr_single_np.c
thr_sleepq.c
thr_spec.c
thr_spinlock.c Use _thr_isthreaded() and _thr_setthreaded() wrappers 2018-11-30 03:02:49 +00:00
thr_stack.c
thr_suspend_np.c
thr_switch_np.c
thr_symbols.c
thr_syscalls.c
thr_umtx.c
thr_umtx.h
thr_yield.c