1 2# thr sources 3.PATH: ${.CURDIR}/thread 4 5SRCS+= \ 6 thr_affinity.c \ 7 thr_attr.c \ 8 thr_barrier.c \ 9 thr_barrierattr.c \ 10 thr_cancel.c \ 11 thr_clean.c \ 12 thr_concurrency.c \ 13 thr_cond.c \ 14 thr_condattr.c \ 15 thr_create.c \ 16 thr_ctrdtr.c \ 17 thr_detach.c \ 18 thr_equal.c \ 19 thr_event.c \ 20 thr_exit.c \ 21 thr_fork.c \ 22 thr_getcpuclockid.c \ 23 thr_getprio.c \ 24 thr_getschedparam.c \ 25 thr_getthreadid_np.c \ 26 thr_info.c \ 27 thr_init.c \ 28 thr_join.c \ 29 thr_list.c \ 30 thr_kern.c \ 31 thr_kill.c \ 32 thr_main_np.c \ 33 thr_multi_np.c \ 34 thr_mutex.c \ 35 thr_mutexattr.c \ 36 thr_once.c \ 37 thr_printf.c \ 38 thr_pspinlock.c \ 39 thr_resume_np.c \ 40 thr_rtld.c \ 41 thr_malloc.c \ 42 thr_rwlock.c \ 43 thr_rwlockattr.c \ 44 thr_self.c \ 45 thr_sem.c \ 46 thr_setprio.c \ 47 thr_setschedparam.c \ 48 thr_sig.c \ 49 thr_single_np.c \ 50 thr_spec.c \ 51 thr_spinlock.c \ 52 thr_stack.c \ 53 thr_syscalls.c \ 54 thr_suspend_np.c \ 55 thr_switch_np.c \ 56 thr_symbols.c \ 57 thr_umtx.c \ 58 thr_yield.c 59