1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/lib/libthr/thread
2006-02-05 02:26:17 +00:00
..
Makefile.inc Rescue pthread_set_name_np for compatible reason, remove unused code. 2006-01-09 08:07:22 +00:00
thr_atfork.c
thr_attr.c Return real detached state. 2006-01-09 03:59:51 +00:00
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 Fix a bug recently introduced, the _thread_active_count should be 2006-01-08 10:13:18 +00:00
thr_detach.c Update copyright. 2005-12-17 09:42:45 +00:00
thr_equal.c
thr_event.c
thr_exit.c Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
thr_fork.c In preparation for a new malloc implementation: 2006-01-12 07:28:21 +00:00
thr_getprio.c
thr_getschedparam.c
thr_info.c use syscall thr_set_name to implement pthread_set_name_np. 2006-02-05 02:26:17 +00:00
thr_init.c Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked into 2006-01-10 04:53:03 +00:00
thr_join.c Clear return code to zero if joiner successfully waited joinee. 2005-12-19 03:20:55 +00:00
thr_kern.c
thr_kill.c
thr_list.c Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
thr_main_np.c
thr_multi_np.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutex.c Eliminate unused code. 2006-01-16 05:33:48 +00:00
thr_mutexattr.c Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared. 2005-10-24 05:16:41 +00:00
thr_once.c Update copyright. 2005-12-17 09:42:45 +00:00
thr_printf.c
thr_private.h Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked into 2006-01-10 04:53:03 +00:00
thr_pspinlock.c
thr_resume_np.c Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
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 Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
thr_sigmask.c
thr_single_np.c
thr_spec.c
thr_spinlock.c Increase the number of spinlocks, since libc's malloc implementation is 2006-01-13 06:14:04 +00:00
thr_stack.c
thr_suspend_np.c Try to reduce total time needed for suspending all threads, 2006-01-08 01:48:51 +00:00
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 Remove a redundant _get_curthread() call. 2005-11-02 14:06:29 +00:00
thr_timer.c Allow background threads to be suspended. 2006-01-08 01:49:31 +00:00
thr_umtx.c
thr_umtx.h Hide umtx API symbols as well. 2005-12-21 03:53:29 +00:00
thr_yield.c