freebsd-dev/lib/libthr/thread
Mike Makonnen 4cdb7f14ed Remove a reference to a non-existent syscall: _thr_exit(). The
actual name is thr_exit(). How this ever worked is beyond me.
2004-10-08 14:48:02 +00:00
..
Makefile.inc Implement pthread_atfork in libthr. This is mostly from deichen's 2004-06-27 10:01:35 +00:00
thr_atfork.c Implement pthread_atfork in libthr. This is mostly from deichen's 2004-06-27 10:01:35 +00:00
thr_attr.c
thr_autoinit.c
thr_barrier.c Make libthr async-signal-safe without costly signal masking. The guidlines I 2004-05-20 12:06:16 +00:00
thr_barrierattr.c
thr_cancel.c Make libthr async-signal-safe without costly signal masking. The guidlines I 2004-05-20 12:06:16 +00:00
thr_clean.c
thr_concurrency.c
thr_cond.c Change the thread ID (thr_id_t) used for 1:1 threading from being a 2004-07-02 00:40:07 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_create.c Adjust code to support AMD64, on AMD64, thread needs to set fsbase by 2004-08-19 23:49:04 +00:00
thr_detach.c Make libthr async-signal-safe without costly signal masking. The guidlines I 2004-05-20 12:06:16 +00:00
thr_equal.c
thr_exit.c Remove a reference to a non-existent syscall: _thr_exit(). The 2004-10-08 14:48:02 +00:00
thr_find_thread.c
thr_getprio.c
thr_info.c
thr_init.c Implement pthread_atfork in libthr. This is mostly from deichen's 2004-06-27 10:01:35 +00:00
thr_join.c Make libthr async-signal-safe without costly signal masking. The guidlines I 2004-05-20 12:06:16 +00:00
thr_kern.c
thr_main_np.c
thr_mattr_init.c
thr_mattr_kind_np.c
thr_multi_np.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutex.c Remove vestiges of libthr's signal mangling past. This fixes that last 2004-09-22 18:51:16 +00:00
thr_mutexattr_destroy.c
thr_once.c
thr_printf.c
thr_private.h Implement cancellation points in libc interfaces, as specified by POSIX. 2004-09-16 13:55:46 +00:00
thr_resume_np.c Make libthr async-signal-safe without costly signal masking. The guidlines I 2004-05-20 12:06:16 +00:00
thr_rwlock.c o Assertions to catch that stuff that shouldn't happen is not happening. 2004-07-30 17:13:00 +00:00
thr_rwlockattr.c
thr_self.c
thr_sem.c
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c o Assertions to catch that stuff that shouldn't happen is not happening. 2004-07-30 17:13:00 +00:00
thr_sig.c Make libthr async-signal-safe without costly signal masking. The guidlines I 2004-05-20 12:06:16 +00:00
thr_spec.c
thr_spinlock.c
thr_stack.c
thr_subr.c
thr_suspend_np.c
thr_syscalls.c Implement cancellation points in libc interfaces, as specified by POSIX. 2004-09-16 13:55:46 +00:00
thr_yield.c