freebsd-dev/lib/libthr/thread
Mike Makonnen 0feabab576 o Assertions to catch that stuff that shouldn't happen is not happening.
o In the rwlock code: move a duplicated check inside an if..else to after
  the if...else clause.
o When initializing a static rwlock move the initialization check
  inside the lock.
o In thr_setschedparam.c: When breaking out of the trylock...retry if busy
  loop make sure to reset the mtx pointer to null if the mutex is nolonger
  in a queue.
2004-07-30 17:13:00 +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 Record the offset of thr_id in the thread structure. Required for 2004-07-04 19:07:07 +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 Make libthr async-signal-safe without costly signal masking. The guidlines I 2004-05-20 12:06:16 +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 o Assertions to catch that stuff that shouldn't happen is not happening. 2004-07-30 17:13:00 +00:00
thr_mutexattr_destroy.c
thr_once.c
thr_printf.c
thr_private.h Define _libthr_debug for use by libthread_db. 2004-07-18 04:23:30 +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 pthread_atfork in libthr. This is mostly from deichen's 2004-06-27 10:01:35 +00:00
thr_yield.c