opnsense-src/lib/libpthread/thread
2003-08-16 13:02:45 +00:00
..
Makefile.inc Override libc function raise(), in threading mode, raise() will 2003-07-19 05:25:49 +00:00
thr_aio_suspend.c
thr_attr_destroy.c
thr_attr_get_np.c Avoid accessing user provided parameters in critical region. 2003-07-07 04:28:23 +00:00
thr_attr_getdetachstate.c
thr_attr_getguardsize.c
thr_attr_getinheritsched.c
thr_attr_getschedparam.c
thr_attr_getschedpolicy.c
thr_attr_getscope.c
thr_attr_getstack.c
thr_attr_getstackaddr.c
thr_attr_getstacksize.c
thr_attr_init.c Cleanup thread accounting. Don't reset a threads timeslice 2003-07-18 02:46:55 +00:00
thr_attr_setcreatesuspend_np.c
thr_attr_setdetachstate.c
thr_attr_setguardsize.c
thr_attr_setinheritsched.c
thr_attr_setschedparam.c
thr_attr_setschedpolicy.c
thr_attr_setscope.c
thr_attr_setstack.c
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_autoinit.c
thr_cancel.c If thread mode is not activated yet, don't do extra work. 2003-08-10 22:07:28 +00:00
thr_clean.c
thr_close.c
thr_concurrency.c Rethink the MD interfaces for libpthread to account for 2003-08-05 22:46:00 +00:00
thr_cond.c Move idle kse wakeup to outside of regions where locks are held. 2003-07-23 02:11:07 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_creat.c
thr_create.c Fix an off by one error in the number of arguments passed to 2003-08-06 00:23:40 +00:00
thr_detach.c Move idle kse wakeup to outside of regions where locks are held. 2003-07-23 02:11:07 +00:00
thr_equal.c
thr_exit.c
thr_fcntl.c
thr_find_thread.c o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it 2003-07-17 23:02:30 +00:00
thr_fork.c If thread mode is not activated yet, just call __sys_fork() directly, 2003-08-10 22:20:41 +00:00
thr_fsync.c
thr_getprio.c
thr_getschedparam.c Avoid accessing user provided parameters in critical region. 2003-07-07 04:28:23 +00:00
thr_info.c Correctly print signal mask, the bug was introduced by cut and paste 2003-07-07 12:12:33 +00:00
thr_init.c Initialize rtld lock just before turning on thread mode and 2003-08-10 22:30:20 +00:00
thr_join.c Avoid accessing user provided parameters in critical region. 2003-07-07 04:28:23 +00:00
thr_kern.c Keep initial kse and kse group just like we keep initial thread, 2003-08-16 05:22:20 +00:00
thr_kill.c o Use a daemon thread to monitor signal events in kernel, if pending 2003-06-28 09:55:02 +00:00
thr_main_np.c
thr_mattr_init.c
thr_mattr_kind_np.c
thr_msync.c
thr_multi_np.c
thr_mutex.c Don't forget to unlock the scheduler lock. Somehow this got removed 2003-07-30 13:28:05 +00:00
thr_mutex_prioceiling.c Avoid accessing user provided parameters in critical region. 2003-07-07 04:28:23 +00:00
thr_mutex_protocol.c
thr_mutexattr_destroy.c
thr_nanosleep.c o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it 2003-07-17 23:02:30 +00:00
thr_once.c
thr_open.c
thr_pause.c
thr_poll.c
thr_printf.c
thr_priority_queue.c
thr_private.h Rethink the MD interfaces for libpthread to account for 2003-08-05 22:46:00 +00:00
thr_pselect.c
thr_raise.c Override libc function raise(), in threading mode, raise() will 2003-07-19 05:25:49 +00:00
thr_read.c
thr_readv.c
thr_resume_np.c Move idle kse wakeup to outside of regions where locks are held. 2003-07-23 02:11:07 +00:00
thr_rtld.c Tweak rtld lock to allow recursive on reader lock and detect recursive 2003-08-10 22:15:03 +00:00
thr_rwlock.c
thr_rwlockattr.c
thr_select.c If select() is only used for sleep, convert it to nanosleep, 2003-07-03 13:36:29 +00:00
thr_self.c
thr_sem.c
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c Add some quick pathes to exit process when signal action is default and 2003-08-10 22:35:46 +00:00
thr_sigaction.c Avoid accessing user provided parameters in critical region. 2003-07-07 04:28:23 +00:00
thr_sigmask.c o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it 2003-07-17 23:02:30 +00:00
thr_sigpending.c o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it 2003-07-17 23:02:30 +00:00
thr_sigprocmask.c o Use a daemon thread to monitor signal events in kernel, if pending 2003-06-28 09:55:02 +00:00
thr_sigsuspend.c o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it 2003-07-17 23:02:30 +00:00
thr_sigwait.c Simplify sigwait code a bit by using a waitset and removing oldsigmask. 2003-07-27 06:46:34 +00:00
thr_single_np.c
thr_sleep.c
thr_spec.c Access user provided pointer out of lock, and also check the case when 2003-08-16 05:19:00 +00:00
thr_spinlock.c
thr_stack.c Use mmap retuned value. 2003-06-28 09:48:05 +00:00
thr_suspend_np.c
thr_switch_np.c
thr_system.c
thr_tcdrain.c
thr_vfork.c
thr_wait.c
thr_wait4.c
thr_waitpid.c
thr_write.c
thr_writev.c
thr_yield.c If threaded mode is not turned on yet, direct call __sys_sched_yield. 2003-08-16 13:02:45 +00:00