summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_tls.c
AgeCommit message (Expand)Author
2008-10-13use calloc() instead of malloc() and memset()Kevin Lo
2005-12-22add a missing underscore to the function name rthread_tls_destructors().Brad Smith
2005-12-22more consistently use _rthread prefix for all not meant to be exportedTed Unangst
2005-12-19update copyright to 2005Ted Unangst
2005-12-19sanity check for key_delete was missing !Ted Unangst
2005-12-18initialize all spinlocks to _SPINLOCK_UNLOCKEDTed Unangst
2005-12-14the beatings will continue until morale improvesTed Unangst
2005-12-14there should be a lock around the tls key tableTed Unangst
2005-12-14change keys to use table instead of list, makes a sane destructor implementationTed Unangst
2005-12-07malloc the right size, and memset after mallocTed Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst