freebsd-nq/lib/libthr/thread
David Xu 88676cbc2c The pthread_attr_set_createsuspend_np was broken, fix it by
replacing THR_FLAGS_SUSPENDED with THR_FLAGS_NEED_SUSPEND.
2005-10-10 12:15:07 +00:00
..
Makefile.inc
thr_atfork.c
thr_attr.c
thr_autoinit.c
thr_barrier.c
thr_barrierattr.c
thr_cancel.c
thr_clean.c
thr_concurrency.c
thr_cond.c
thr_condattr.c
thr_create.c The pthread_attr_set_createsuspend_np was broken, fix it by 2005-10-10 12:15:07 +00:00
thr_detach.c
thr_equal.c
thr_event.c
thr_exit.c
thr_fork.c
thr_getprio.c
thr_getschedparam.c
thr_info.c
thr_init.c
thr_join.c Add function pthread_timedjoin_np, the function is similar with pthread_join 2005-10-04 06:15:25 +00:00
thr_kern.c
thr_kill.c
thr_list.c
thr_main_np.c
thr_multi_np.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutex.c - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. 2005-08-19 21:31:42 +00:00
thr_mutexattr.c - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. 2005-08-19 21:31:42 +00:00
thr_once.c
thr_printf.c
thr_private.h
thr_pspinlock.c
thr_resume_np.c
thr_rwlock.c
thr_rwlockattr.c
thr_self.c
thr_sem.c Include needed headers that were obtained through <pthread.h>. Sort headers 2005-09-01 15:21:23 +00:00
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c
thr_sigmask.c
thr_single_np.c
thr_spec.c
thr_spinlock.c
thr_stack.c
thr_suspend_np.c
thr_switch_np.c
thr_symbols.c Include needed headers that were obtained through <pthread.h>. Sort headers 2005-09-01 15:21:23 +00:00
thr_syscalls.c Add a cancellation point for usleep(). 2005-08-03 00:47:31 +00:00
thr_umtx.c
thr_umtx.h
thr_yield.c