aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_once.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Eliminate global mutex by using pthread_once's state field asDavid Xu2008-05-301-33/+29
* Use macro THR_CLEANUP_PUSH/POP, they are cheaper than pthread_cleanup_push/pop.David Xu2007-10-161-2/+4
* Rework last change of pthread_once, create a function _thr_once_init toDavid Xu2006-02-151-2/+8
* After fork(), reinitialize internal locks for pthread_once().David Xu2006-02-151-11/+11
* Update copyright.David Xu2005-12-171-19/+14
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-10/+55
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+53