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_4_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.15   14 years  miod   Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent fi...
[TXT] rthread.c  1.42   14 years  guenther   Convert thrsleep() to an absolute timeout with clockid to eliminate a race condi...
[TXT] rthread.h  1.25   14 years  guenther   Convert thrsleep() to an absolute timeout with clockid to eliminate a race condi...
[TXT] rthread_attr.c  1.9   15 years  kevlo   use calloc() instead of malloc() and memset() "look good" tedu@
[TXT] rthread_fork.c  1.3   14 years  guenther   Change threxit() to take a pointer to a pid_t to zero out from the kernel so tha...
[TXT] rthread_np.c  1.5   16 years  kurt   Report the correct stack size and top for the primordial thread in pthread_stack...
[TXT] rthread_sched.c  1.7   18 years  otto   When suspending, check the tid of the arg, not of ourselves, doh
[TXT] rthread_stack.c  1.4   14 years  guenther   If the stack size attribute isn't larger than the guard-page size attribute then...
[TXT] shlib_version  1.5   14 years  guenther   New functions: bump the minor
[TXT] rthread_debug.c (in the Attic) [Hide]  1.1   18 years  marc   Add "print debug foo" function safe to use in signal handlers, example: _rthrea...
[TXT] rthread_file.c (in the Attic) [Hide]  1.2   14 years  guenther   Convert thrsleep() to an absolute timeout with clockid to eliminate a race condi...
[TXT] rthread_libc.c (in the Attic) [Hide]  1.7   15 years  otto   remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
[TXT] rthread_sig.c (in the Attic) [Hide]  1.8   14 years  guenther   Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t and struct ...
[TXT] rthread_sync.c (in the Attic) [Hide]  1.23   14 years  guenther   Add pthread_rwlock_timed{rd,wr}lock(). Avoid missed wakeups in pthread_rwlock_{r...
[TXT] rthread_tls.c (in the Attic) [Hide]  1.11   15 years  kevlo   use calloc() instead of malloc() and memset() "look good" tedu@