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_5_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.23   12 years  mpi   Split out the semaphore functions. ok guenther@
[TXT] rthread.c  1.50   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] rthread.h  1.31   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] rthread_attr.c  1.10   12 years  guenther   Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
[TXT] rthread_fork.c  1.4   12 years  guenther   Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
[TXT] rthread_mutex_prio.c  1.1   12 years  guenther   Add pthread_mutex_{get,set}prioceiling()
[TXT] rthread_mutexattr.c  1.1   12 years  guenther   Split out the pthread_mutexattr_* functions from rthread_sync.c to new file rthr...
[TXT] rthread_np.c  1.6   12 years  guenther   pthread_self() may be much cheaper and never more expensive than getthrid() so p...
[TXT] rthread_rwlock.c  1.2   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] rthread_rwlockattr.c  1.1   12 years  guenther   Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c t...
[TXT] rthread_sched.c  1.9   12 years  guenther   pthread_self() may be much cheaper and never more expensive than getthrid() so p...
[TXT] rthread_sem.c  1.4   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] rthread_stack.c  1.5   12 years  guenther   Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
[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.6   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] __tfork_thread.3 (in the Attic) [Hide]  1.2   12 years  jmc   formatting errors, found using freebsd's "igor";
[TXT] rthread_cancel.c (in the Attic) [Hide]  1.4   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] rthread_debug.c (in the Attic) [Hide]  1.2   12 years  guenther   Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
[TXT] rthread_file.c (in the Attic) [Hide]  1.4   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] rthread_libc.c (in the Attic) [Hide]  1.9   12 years  guenther   Implement cancelation for the basic syscall cancelation points, using previously...
[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.12   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[TXT] rthread_sync.c (in the Attic) [Hide]  1.30   12 years  guenther   @($*& Merging patches resulted in a line being duplicated instead of moved. Un...
[TXT] rthread_tls.c (in the Attic) [Hide]  1.13   12 years  guenther   Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
[TXT] tcb.h (in the Attic) [Hide]  1.3   12 years  kettenis   Include <stddef.h> to make sure offsetof() is defined. ok guenther@