opnsense-src/lib/libpthread/thread
Jeff Roberson cc3521d660 - Define a _spinunlock() function so that threading implementations may do
more complicated things than just setting the lock to 0.
 - Implement stubs for this function in libc and the two threading libraries
   that are currently in the tree.
2003-03-26 04:02:24 +00:00
..
Makefile.inc MFlibc_r: add and document pthread_attr_get_np() function. 2003-03-03 22:40:20 +00:00
thr_acl_aclcheck_fd.c
thr_aio_suspend.c
thr_attr_destroy.c
thr_attr_get_np.c Fix cut'n'paste error 2003-03-05 20:50:03 +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 Add pthread_attr_getstack() and pthread_attr_setstack(). 2003-02-10 08:48:04 +00:00
thr_attr_getstackaddr.c
thr_attr_getstacksize.c
thr_attr_init.c
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 Add pthread_attr_getstack() and pthread_attr_setstack(). 2003-02-10 08:48:04 +00:00
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_autoinit.c
thr_cancel.c Deliver signals posted via an upcall to the appropriate thread. 2003-02-17 10:05:18 +00:00
thr_clean.c
thr_close.c
thr_cond.c
thr_condattr_destroy.c
thr_condattr_init.c
thr_creat.c
thr_create.c
thr_detach.c
thr_equal.c
thr_exit.c
thr_fcntl.c
thr_find_thread.c
thr_fork.c
thr_fsync.c
thr_gc.c
thr_getprio.c
thr_getschedparam.c
thr_info.c
thr_init.c Deliver signals posted via an upcall to the appropriate thread. 2003-02-17 10:05:18 +00:00
thr_join.c
thr_kern.c Fix compiling error. 2003-02-26 08:28:28 +00:00
thr_kill.c
thr_main_np.c
thr_mattr_init.c
thr_mattr_kind_np.c
thr_msync.c
thr_multi_np.c
thr_mutex.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutexattr_destroy.c
thr_nanosleep.c
thr_once.c
thr_open.c
thr_pause.c
thr_poll.c
thr_printf.c
thr_priority_queue.c
thr_private.h Deliver signals posted via an upcall to the appropriate thread. 2003-02-17 10:05:18 +00:00
thr_pselect.c
thr_read.c
thr_readv.c
thr_resume_np.c
thr_rwlock.c Backout last commit. 2003-03-15 04:45:42 +00:00
thr_rwlockattr.c
thr_select.c
thr_self.c
thr_sem.c
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c Insert threads interrupted by a signal while running onto the run queue. 2003-02-23 21:15:25 +00:00
thr_sigaction.c Insert threads interrupted by a signal while running onto the run queue. 2003-02-23 21:15:25 +00:00
thr_sigmask.c Make pthread_sigmask(3) operate on the thread signal mask, not the process 2002-10-30 07:13:27 +00:00
thr_sigpending.c Deliver signals posted via an upcall to the appropriate thread. 2003-02-17 10:05:18 +00:00
thr_sigprocmask.c
thr_sigsuspend.c
thr_sigwait.c
thr_single_np.c
thr_sleep.c
thr_spec.c
thr_spinlock.c - Define a _spinunlock() function so that threading implementations may do 2003-03-26 04:02:24 +00:00
thr_stack.c
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