freebsd-nq/lib/libthr/thread
David Xu 5656b5fafa Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child process
only has one thread, setting the flag can cause the thread to be
suspended and no another thread will resume it.
2006-10-14 13:40:08 +00:00
..
Makefile.inc
thr_atfork.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_attr.c Use kernel facilities to support real-time scheduling. 2006-07-12 06:13:18 +00:00
thr_autoinit.c
thr_barrier.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_barrierattr.c
thr_cancel.c
thr_clean.c
thr_concurrency.c
thr_cond.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_condattr.c
thr_create.c use rtprio_thread system call to get or set thread priority. 2006-09-21 04:21:30 +00:00
thr_detach.c
thr_equal.c
thr_event.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_exit.c
thr_fork.c Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child process 2006-10-14 13:40:08 +00:00
thr_getprio.c
thr_getschedparam.c use rtprio_thread system call to get or set thread priority. 2006-09-21 04:21:30 +00:00
thr_info.c
thr_init.c use rtprio_thread system call to get or set thread priority. 2006-09-21 04:21:30 +00:00
thr_join.c
thr_kern.c use rtprio_thread system call to get or set thread priority. 2006-09-21 04:21:30 +00:00
thr_kill.c
thr_list.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_main_np.c
thr_multi_np.c
thr_mutex.c Use return value of _thr_umutex_lock instead of using zero. 2006-09-08 09:29:14 +00:00
thr_mutexattr.c - Use same priority range returned by kernel's sched_get_priority_min() 2006-04-27 08:18:23 +00:00
thr_once.c
thr_printf.c
thr_private.h Use type pthread_state for thread state. 2006-10-13 12:45:21 +00:00
thr_pspinlock.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_resume_np.c
thr_rtld.c
thr_rwlock.c Remove multiple _get_curthread() calls. 2006-04-23 11:23:37 +00:00
thr_rwlockattr.c
thr_self.c
thr_sem.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_setprio.c use rtprio_thread system call to get or set thread priority. 2006-09-21 04:21:30 +00:00
thr_setschedparam.c use rtprio_thread system call to get or set thread priority. 2006-09-21 04:21:30 +00:00
thr_sig.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_single_np.c
thr_spec.c Explicitly request pre-zeroed memory instead of memset'ing our 2006-05-31 00:31:38 +00:00
thr_spinlock.c Replace internal usage of struct umtx with umutex which can supports 2006-09-06 04:04:10 +00:00
thr_stack.c
thr_suspend_np.c
thr_switch_np.c
thr_symbols.c
thr_syscalls.c 1. Don't override underscore version of aio_suspend(), system(), 2006-07-25 12:50:05 +00:00
thr_umtx.c o Make _thr_umutex_init a function. 2006-10-13 22:31:00 +00:00
thr_umtx.h o Make _thr_umutex_init a function. 2006-10-13 22:31:00 +00:00
thr_yield.c