Initialize TSD key earlier in the startup process. Newer Linux/Linux distributions...
[citadel.git] / citadel / threads.h
2019-08-13 Art CancroInitialize TSD key earlier in the startup process....
2019-02-20 Art CancroDo not check for DB_H definition anymore.
2019-02-19 Art CancroThe battle against bit rot continues!
2013-04-20 Wilfried GoesgensTHREADS: re-install the max workers & min spare workers...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroInitial implementation of the worker thread pool size...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-06-07 Wilfried Göesgens* by counting up threads starting at 3, we seem to...
2009-11-02 Dave WestAdded a new command line option to citserver "-s" takes...
2009-10-31 Dave WestFixed a bug in the threading code that would prevent...
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2008-07-21 Wilfried Göesgens* added a.n.o patches for solaris compatibility
2008-03-29 Dave WestFix up ARTV import so that imports actually work.
2008-03-18 Dave WestWhen doing shutdown we allow each thread up to 5 second...
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestRemoved a few unneccesary lock calls to get a small...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-23 Dave WestMoved all threading code into threads.c