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_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.30   12 years  pirofti   Add pthread spinlock support. Implementation, documentation and naive regressio...
[TXT] rthread.c  1.62   11 years  guenther   __tfork() needs to set the stack address of the new thread in the kernel, so tha...
[TXT] rthread.h  1.39   12 years  pirofti   Add pthread spinlock support. Implementation, documentation and naive regressio...
[TXT] rthread_attr.c  1.19   12 years  kurt   Remove pthread_suspend* and related functions. This is part of the rthreads majo...
[TXT] rthread_barrier.c  1.2   12 years  pirofti   Honor subsystem style. `Visual inspection looks ok' kurt@. >From Brad
[TXT] rthread_barrier_attr.c  1.2   12 years  pirofti   Honor subsystem style. `Visual inspection looks ok' kurt@. >From Brad
[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.3   12 years  kurt   Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the default mute...
[TXT] rthread_np.c  1.7   12 years  guenther   Fix the handling of the stackaddr, stacksize, and guardsize attributes: don't tr...
[TXT] rthread_rwlock.c  1.2   12 years  guenther   Reimplement mutexes, condvars, and rwlocks to eliminate bugs, particularly the "...
[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.12   12 years  kurt   Remove pthread_suspend* and related functions. This is part of the rthreads majo...
[TXT] rthread_sem.c  1.7   12 years  guenther   sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeout
[TXT] rthread_spin_lock.c  1.2   12 years  pirofti   Style nits from Brad.
[TXT] rthread_stack.c  1.7   12 years  guenther   Use 'base' as an intermediate char* variable to avoid void* arithmetic
[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.12   11 years  guenther   __tfork() needs to set the stack address of the new thread in the kernel, so tha...
[TXT] __tfork_thread.3 (in the Attic) [Hide]  1.5   11 years  guenther   Update to reflect API changes
[TXT] rthread_cancel.c (in the Attic) [Hide]  1.6   12 years  miod   Remove "#define _POSIX_THREADS" line before include <pthread.h>. The latter cont...
[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.3   12 years  guenther   Don't trust the environment if issetugid()
[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.10   12 years  miod   Remove "#define _POSIX_THREADS" line before include <pthread.h>. The latter cont...
[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.13   12 years  guenther   Add sigwaitinfo and sigtimedwait stubs under #if 0; a bit more kernel support is...
[TXT] rthread_sync.c (in the Attic) [Hide]  1.36   12 years  kurt   Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for application errors ...
[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.4   12 years  fgsch   id tag.