summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_once.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate global mutex by using pthread_once's state field asdavidxu2008-05-301-33/+29
* Use macro THR_CLEANUP_PUSH/POP, they are cheaper than pthread_cleanup_push/pop.davidxu2007-10-161-2/+4
* Rework last change of pthread_once, create a function _thr_once_init todavidxu2006-02-151-2/+8
* After fork(), reinitialize internal locks for pthread_once().davidxu2006-02-151-11/+11
* Update copyright.davidxu2005-12-171-19/+14
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-10/+55
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+53
OpenPOWER on IntegriCloud