1# $FreeBSD$ 2 3# thr sources 4.PATH: ${.CURDIR}/thread 5 6SRCS+= \ 7 thr_attr.c \ 8 thr_autoinit.c \ 9 thr_cancel.c \ 10 thr_clean.c \ 11 thr_concurrency.c \ 12 thr_cond.c \ 13 thr_condattr_destroy.c \ 14 thr_condattr_init.c \ 15 thr_create.c \ 16 thr_detach.c \ 17 thr_equal.c \ 18 thr_exit.c \ 19 thr_find_thread.c \ 20 thr_gc.c \ 21 thr_getprio.c \ 22 thr_getschedparam.c \ 23 thr_info.c \ 24 thr_init.c \ 25 thr_join.c \ 26 thr_kern.c \ 27 thr_main_np.c \ 28 thr_mattr_init.c \ 29 thr_mattr_kind_np.c \ 30 thr_multi_np.c \ 31 thr_mutex.c \ 32 thr_mutex_prioceiling.c \ 33 thr_mutex_protocol.c \ 34 thr_mutexattr_destroy.c \ 35 thr_once.c \ 36 thr_printf.c \ 37 thr_resume_np.c \ 38 thr_rwlock.c \ 39 thr_rwlockattr.c \ 40 thr_self.c \ 41 thr_sem.c \ 42 thr_seterrno.c \ 43 thr_setprio.c \ 44 thr_setschedparam.c \ 45 thr_sig.c \ 46 thr_spec.c \ 47 thr_spinlock.c \ 48 thr_stack.c \ 49 thr_suspend_np.c \ 50 thr_syscalls.c \ 51 thr_yield.c 52