index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librthread
/
rthread_tls.c
Age
Commit message (
Expand
)
Author
2013-11-02
remove unnecessary spinlock that slowed down pthread_getspecific.
Ted Unangst
2013-07-30
Free the list used for tracking the pthread_{get,set}specific()
Philip Guenther
2013-06-01
cleanup and consolidate the spinlock_lock (what a name!) code.
Ted Unangst
2011-11-06
Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
Philip Guenthe
2011-07-05
fix a few bugs in the thread specific data functions
Ted Unangst
2008-10-13
use calloc() instead of malloc() and memset()
Kevin Lo
2005-12-22
add a missing underscore to the function name rthread_tls_destructors().
Brad Smith
2005-12-22
more consistently use _rthread prefix for all not meant to be exported
Ted Unangst
2005-12-19
update copyright to 2005
Ted Unangst
2005-12-19
sanity check for key_delete was missing !
Ted Unangst
2005-12-18
initialize all spinlocks to _SPINLOCK_UNLOCKED
Ted Unangst
2005-12-14
the beatings will continue until morale improves
Ted Unangst
2005-12-14
there should be a lock around the tls key table
Ted Unangst
2005-12-14
change keys to use table instead of list, makes a sane destructor implementation
Ted Unangst
2005-12-07
malloc the right size, and memset after malloc
Ted Unangst
2005-12-03
add userland thread library. incomplete, but functional
Ted Unangst