freebsd-dev/lib/libkse/thread
David Xu 5a8fe60d7e Remove surplus mmap() call for stack guard page in init_private, it is done
in init_main_thread. Also don't initialize lock and lockuser again for initial
thread, it is already done by _thr_alloc().

Reviewed by: deischen
Approved by: re (scottl)
2003-11-29 14:10:02 +00:00
..
Makefile.inc Add an implementation for pthread_atfork(). 2003-11-04 20:04:45 +00:00
thr_aio_suspend.c
thr_atfork.c Add pthread_atfork() source code. Dan forgot to commit this file. 2003-11-05 03:42:10 +00:00
thr_attr_destroy.c
thr_attr_get_np.c
thr_attr_getdetachstate.c
thr_attr_getguardsize.c
thr_attr_getinheritsched.c
thr_attr_getschedparam.c
thr_attr_getschedpolicy.c
thr_attr_getscope.c
thr_attr_getstack.c
thr_attr_getstackaddr.c
thr_attr_getstacksize.c
thr_attr_init.c
thr_attr_setcreatesuspend_np.c pthread API should return error code in return value not in errno. 2003-09-25 13:53:49 +00:00
thr_attr_setdetachstate.c
thr_attr_setguardsize.c Respect POSIX specification, a value return from pthread_attr_getguardsize 2003-09-14 22:39:44 +00:00
thr_attr_setinheritsched.c Check invalid parameter and return EINVAL. 2003-09-14 22:28:13 +00:00
thr_attr_setschedparam.c
thr_attr_setschedpolicy.c
thr_attr_setscope.c If user is seting scope process flag, clear PTHREAD_SCOPE_SYSTEM bit 2003-09-14 22:32:28 +00:00
thr_attr_setstack.c
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_autoinit.c
thr_barrier.c Add code to support barrier synchronous object and implement 2003-09-04 14:06:43 +00:00
thr_barrierattr.c Add code to support barrier synchronous object and implement 2003-09-04 14:06:43 +00:00
thr_cancel.c Fix some comments for last commit. 2003-10-08 00:30:38 +00:00
thr_clean.c
thr_close.c
thr_concurrency.c
thr_cond.c Avoid garbage bits in c_flags by direct assigning value. 2003-09-14 22:33:32 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_creat.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_create.c 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free 2003-09-14 22:52:16 +00:00
thr_detach.c
thr_equal.c
thr_exit.c 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free 2003-09-14 22:52:16 +00:00
thr_fcntl.c
thr_find_thread.c
thr_fork.c Don't declare the malloc lock; use the declaration provided in libc. 2003-11-05 18:18:45 +00:00
thr_fsync.c
thr_getprio.c
thr_getschedparam.c
thr_info.c Print waitset correctly. 2003-09-22 00:40:23 +00:00
thr_init.c Remove surplus mmap() call for stack guard page in init_private, it is done 2003-11-29 14:10:02 +00:00
thr_join.c
thr_kern.c If a thread in critical region got a synchronous signal, according current 2003-11-09 00:37:14 +00:00
thr_kill.c
thr_main_np.c
thr_mattr_init.c
thr_mattr_kind_np.c
thr_msync.c
thr_multi_np.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutex.c Add the ability to reinitialize a mutex (internally, not a userland 2003-11-04 19:53:32 +00:00
thr_mutexattr_destroy.c
thr_nanosleep.c
thr_once.c Original pthread_once code has memory leak if pthread_once_t is used in 2003-09-09 22:38:12 +00:00
thr_open.c
thr_pause.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_poll.c
thr_printf.c
thr_priority_queue.c
thr_private.h Add an implementation for pthread_atfork(). 2003-11-04 20:04:45 +00:00
thr_pselect.c
thr_pspinlock.c Libpthread uses the convention that all of its (non-weak) symbols 2003-11-04 19:56:12 +00:00
thr_raise.c
thr_read.c
thr_readv.c
thr_resume_np.c
thr_rtld.c style(9) 2003-11-05 18:19:24 +00:00
thr_rwlock.c Add small piece of code to support pthread_rwlock_timedrdlock and 2003-09-06 00:07:52 +00:00
thr_rwlockattr.c
thr_select.c
thr_self.c
thr_sem.c
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c Save and restore timeout field for signal frame just like what we did 2003-09-22 14:40:36 +00:00
thr_sigaction.c If syscall failed, restore old sigaction and return error to thread. 2003-09-25 06:23:40 +00:00
thr_sigmask.c pthread api should return error code in return value, not in errno. 2003-09-18 12:19:28 +00:00
thr_sigpending.c
thr_sigprocmask.c
thr_sigsuspend.c
thr_sigwait.c
thr_single_np.c
thr_sleep.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_spec.c
thr_spinlock.c Back out last change and go back to using KSE locks instead of thread 2003-11-16 15:01:26 +00:00
thr_stack.c Respect POSIX specification, a value return from pthread_attr_getguardsize 2003-09-14 22:39:44 +00:00
thr_suspend_np.c
thr_switch_np.c
thr_system.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_tcdrain.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_vfork.c
thr_wait4.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_wait.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_waitpid.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
thr_write.c
thr_writev.c
thr_yield.c