OpenBSD CVS

src/lib/librthread/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / librthread

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.43   8 years  tedu   implicit function declaration is the error we really want, not the annoying stri...
[TXT] Symbols.map  1.3   7 years  guenther   RELRO means the __{got,plt}_{start,end} symbols are superfluous ok kettenis@
[TXT] namespace.h  1.1   8 years  guenther   Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal refere...
[TXT] pthread.h  1.3   8 years  guenther   Document PROTO_NORMAL requires matching DEF_{,NON}STD
[TXT] pthread_np.h  1.1   8 years  guenther   Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal refere...
[TXT] rthread.c  1.94   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread.h  1.60   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_attr.c  1.22   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] rthread_barrier.c  1.3   8 years  tedu   make pthread_barrier_wait behave more like it does on other platforms. from Kari...
[TXT] rthread_barrier_attr.c  1.2   12 years  pirofti   Honor subsystem style. `Visual inspection looks ok' kurt@. >From Brad
[TXT] rthread_cb.h  1.2   7 years  otto   Less lock contention by using more pools for mult-threaded programs. tested by m...
[TXT] rthread_fork.c  1.19   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_getcpuclockid.c  1.2   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] rthread_mutex_prio.c  1.2   9 years  guenther   Remove unintended statement from my copyright block
[TXT] rthread_mutexattr.c  1.3   12 years  kurt   Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the default mute...
[TXT] rthread_np.c  1.19   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] rthread_rwlock.c  1.8   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_rwlockattr.c  1.2   12 years  guenther   Add pthread_rwlockattr_{get,set}pshared() and pthread_mutexattr_{get,set}kind_np...
[TXT] rthread_sched.c  1.13   9 years  guenther   Delete the duplicated sched_{policy,param} members from the internal struct pthr...
[TXT] rthread_sem.c  1.25   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_spin_lock.c  1.4   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_stack.c  1.16   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] sched_prio.c  1.1   12 years  guenther   Copy support for sched_get_priority_{min,max} from libpthread. Requested by many...
[TXT] shlib_version  1.24   7 years  otto   bump
[TXT] rthread_condattr.c (in the Attic) [Hide]  1.1   12 years  guenther   Add pthread_condattr_{get,set}clock(), requested by aja@ Add pthread_mutex_timed...
[TXT] rthread_debug.c (in the Attic) [Hide]  1.5   7 years  deraadt   delete wrong cvs $ tags
[TXT] rthread_file.c (in the Attic) [Hide]  1.10   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_libc.c (in the Attic) [Hide]  1.17   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_once.c (in the Attic) [Hide]  1.1   12 years  guenther   Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c t...
[TXT] rthread_sig.c (in the Attic) [Hide]  1.18   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] rthread_sync.c (in the Attic) [Hide]  1.44   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_tls.c (in the Attic) [Hide]  1.18   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...