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
trash-bin2
17 files
Makefile.inc
Instead of opting in to futexes on archs with atomics opt out on archs without atomics, a smaller list.
6 years ago
atfork.c
Sort headers per style(9)
8 years ago
callbacks.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.c
annoying whitespace
5 years 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
Fix two issues related to thread private data in asr. - setting up asr in single thread mode and then starting threads using asr would lead to multiple threads sharing the same resolver. - destruction of a thread that has been using asr would leak data. Problem originally reported by Alexey Sokolov and Uli Schlachter. ok kettenis@
5 years ago
rthread_cleanup.c
Revert recent changes to unbreak ports/net/samba
8 years ago
rthread_cond.c
There's no point in asserting that a pointer is not NULL before dereferencing it.
7 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
Sort headers per style(9)
8 years ago
rthread_libc.c
Fix two issues related to thread private data in asr. - setting up asr in single thread mode and then starting threads using asr would lead to multiple threads sharing the same resolver. - destruction of a thread that has been using asr would leak data. Problem originally reported by Alexey Sokolov and Uli Schlachter. ok kettenis@
5 years ago
rthread_mutex.c
KNF.
7 years ago
rthread_once.c
Revert recent changes to unbreak ports/net/samba
8 years ago
rthread_sync.c
Validate timespec and return ECANCELED when interrupted with SA_RESTART.
8 years ago
rthread_tls.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
synch.h
Save and restore errno around FUTEX_WAIT futex(2) operations. While there remove the unused _wait() function in librthread such that we don't have to add the save/restore sequence there.
4 years ago