aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_spec.c
Commit message (Expand)AuthorAgeFilesLines
* Return one-based key so that user can check if the key is ever allocatedDavid Xu2013-05-161-4/+7
* Unregister thread specific data destructor when a corresponding dsoDavid Xu2010-08-271-0/+21
* don't report error if key was deleted.David Xu2009-09-251-1/+11
* In _pthread_key_create() ensure that libthr is initialized. ThisMarius Strobl2007-11-061-1/+5
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Explicitly request pre-zeroed memory instead of memset'ing ourXin LI2006-05-311-5/+1
* WARNS level 4 cleanup.David Xu2006-04-041-7/+8
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-74/+85
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-9/+2
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+225