summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_spec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955vangyzen2017-06-011-1/+1
* Use __FBSDID() for .c files from lib/libthr/thread.kib2016-04-081-2/+3
* Some third-party malloc(3) implementations use pthread_setspecific(3)kib2015-05-151-110/+91
* Return one-based key so that user can check if the key is ever allocateddavidxu2013-05-161-4/+7
* Unregister thread specific data destructor when a corresponding dsodavidxu2010-08-271-0/+21
* don't report error if key was deleted.davidxu2009-09-251-1/+11
* In _pthread_key_create() ensure that libthr is initialized. Thismarius2007-11-061-1/+5
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Explicitly request pre-zeroed memory instead of memset'ing ourdelphij2006-05-311-5/+1
* WARNS level 4 cleanup.davidxu2006-04-041-7/+8
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-74/+85
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-9/+2
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+225
OpenPOWER on IntegriCloud