tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
thread
/
at
jcs
16 files
Makefile.inc
replace the flockfile backend with a per FILE recursive mutex.
8 months ago
atfork.c
spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
3 years ago
callbacks.c
replace the flockfile backend with a per FILE recursive mutex.
8 months ago
rthread.c
sys/time.h needed before sys/futex.h
6 months ago
rthread.h
Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread.
8 years ago
rthread_cb.h
Use struct __sFILE instead of FILE in thread locking callback declarations to reduce <stdio.h> pollution. Declare __isthreaded in thread_private.h where it's really needed.
2 years ago
rthread_cond.c
pthread_cond_timedwait(3): accept negative absolute timeouts
2 years ago
rthread_condattr.c
Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread.
8 years ago
rthread_debug.c
Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread.
8 years ago
rthread_file.c
spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
3 years ago
rthread_libc.c
replace the atexit and atfork spinlocks with cmtx.
8 months ago
rthread_mutex.c
use a __cmtx for the pthread mutex static_init_lock
8 months ago
rthread_once.c
Revert recent changes to unbreak ports/net/samba
8 years ago
rthread_sync.c
pthread_cond_timedwait(3): accept negative absolute timeouts
2 years ago
rthread_tls.c
use a cmtx instead of a spinlock.
8 months ago
synch.h
libc, librthread: _twait: subtraction is not comparison
2 years ago