xref: /freebsd/lib/libthr/thread/Makefile.inc (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1bb535300SJeff Roberson# thr sources
2bb535300SJeff Roberson.PATH: ${.CURDIR}/thread
3bb535300SJeff Roberson
4bb535300SJeff RobersonSRCS+= \
557030e10SDavid Xu	thr_affinity.c \
6bb535300SJeff Roberson	thr_attr.c \
7d4d7df5cSMike Makonnen	thr_barrier.c \
8d4d7df5cSMike Makonnen	thr_barrierattr.c \
9bb535300SJeff Roberson	thr_cancel.c \
10bb535300SJeff Roberson	thr_clean.c \
118c0d4b5fSJohn Polstra	thr_concurrency.c \
12bb535300SJeff Roberson	thr_cond.c \
13a091d823SDavid Xu	thr_condattr.c \
14bb535300SJeff Roberson	thr_create.c \
1520fe2c94SAndrew Turner	thr_ctrdtr.c \
16bb535300SJeff Roberson	thr_detach.c \
17bb535300SJeff Roberson	thr_equal.c \
18d245d9e1SDavid Xu	thr_event.c \
19bb535300SJeff Roberson	thr_exit.c \
20a091d823SDavid Xu	thr_fork.c \
21bb535300SJeff Roberson	thr_getprio.c \
229939a136SDavid Xu	thr_getcpuclockid.c \
23a091d823SDavid Xu	thr_getschedparam.c \
24678b238cSJung-uk Kim	thr_getthreadid_np.c \
25e35e2ebdSDavid Xu	thr_info.c \
26bb535300SJeff Roberson	thr_init.c \
27bb535300SJeff Roberson	thr_join.c \
28a091d823SDavid Xu	thr_list.c \
29bb535300SJeff Roberson	thr_kern.c \
30a091d823SDavid Xu	thr_kill.c \
31bb535300SJeff Roberson	thr_main_np.c \
32381c2d2eSKonstantin Belousov	thr_malloc.c \
33bb535300SJeff Roberson	thr_multi_np.c \
34bb535300SJeff Roberson	thr_mutex.c \
35a091d823SDavid Xu	thr_mutexattr.c \
36bb535300SJeff Roberson	thr_once.c \
37bb535300SJeff Roberson	thr_printf.c \
381bdbd705SKonstantin Belousov	thr_pshared.c \
39a091d823SDavid Xu	thr_pspinlock.c \
40bb535300SJeff Roberson	thr_resume_np.c \
4107c7c800SDavid Xu	thr_rtld.c \
42bb535300SJeff Roberson	thr_rwlock.c \
43bb535300SJeff Roberson	thr_rwlockattr.c \
44bb535300SJeff Roberson	thr_self.c \
45bb535300SJeff Roberson	thr_sem.c \
46bb535300SJeff Roberson	thr_setprio.c \
47bb535300SJeff Roberson	thr_setschedparam.c \
48bb535300SJeff Roberson	thr_sig.c \
49*220aa0f4SKonstantin Belousov	thr_sigqueue.c \
50a091d823SDavid Xu	thr_single_np.c \
51d1078b0bSDavid Xu	thr_sleepq.c \
52bb535300SJeff Roberson	thr_spec.c \
53bb535300SJeff Roberson	thr_spinlock.c \
54bb535300SJeff Roberson	thr_stack.c \
55bb535300SJeff Roberson	thr_syscalls.c \
56a091d823SDavid Xu	thr_suspend_np.c \
57a091d823SDavid Xu	thr_switch_np.c \
58a091d823SDavid Xu	thr_symbols.c \
59a091d823SDavid Xu	thr_umtx.c \
60bb535300SJeff Roberson	thr_yield.c
61