Import initial version of 1:1 pthread library.
authorDavid Xu <davidxu@dragonflybsd.org>
Tue, 1 Feb 2005 12:38:27 +0000 (12:38 +0000)
committerDavid Xu <davidxu@dragonflybsd.org>
Tue, 1 Feb 2005 12:38:27 +0000 (12:38 +0000)
commit71b3fa151e714295cd932238bb91973cd4a02c55
treeaf1b9d10f889a711fa5e0f57afd7b732b1c5f942
parent4cc2af494b09a5aa1cab3b4df2bcc7e577d8c46d
Import initial version of 1:1 pthread library.
67 files changed:
lib/libthread_xu/Makefile [new file with mode: 0644]
lib/libthread_xu/arch/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/arch/alpha/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/arch/alpha/alpha/pthread_md.c [new file with mode: 0644]
lib/libthread_xu/arch/alpha/include/pthread_md.h [new file with mode: 0644]
lib/libthread_xu/arch/amd64/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/arch/amd64/amd64/pthread_md.c [new file with mode: 0644]
lib/libthread_xu/arch/amd64/include/pthread_md.h [new file with mode: 0644]
lib/libthread_xu/arch/i386/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/arch/i386/i386/pthread_md.c [new file with mode: 0644]
lib/libthread_xu/arch/i386/include/pthread_md.h [new file with mode: 0644]
lib/libthread_xu/pthread.map [new file with mode: 0644]
lib/libthread_xu/sys/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/sys/thr_error.c [new file with mode: 0644]
lib/libthread_xu/thread/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/thread/thr_attr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_barrier.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_barrierattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_cancel.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_clean.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_concurrency.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_cond.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_condattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_create.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_detach.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_equal.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_exit.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_fork.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_getprio.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_getschedparam.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_info.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_init.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_join.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_kern.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_kill.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_list.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_main_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_multi_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutex.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutex_prioceiling.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutex_protocol.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutexattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_once.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_printf.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_private.h [new file with mode: 0644]
lib/libthread_xu/thread/thr_pspinlock.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_resume_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_rtld.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_rwlock.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_rwlockattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_self.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_sem.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_seterrno.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_setprio.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_setschedparam.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_sig.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_single_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_spec.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_spinlock.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_stack.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_suspend_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_switch_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_symbols.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_syscalls.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_umtx.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_umtx.h [new file with mode: 0644]
lib/libthread_xu/thread/thr_yield.c [new file with mode: 0644]