lumiera_/src/backend
Christian Thaeter 020908d623 Make threadpool_destroy wait until all threads are finished
adds a state to each threadpool which can be only offline or online.
One can not acquire new threads when the pool is offline.

no need for waits in the teststuite anymore.
2010-01-18 17:53:33 +01:00
..
backend.c mass rename: relocate basic Logging conf. from liblumieracommon to liblumiera 2009-01-25 00:24:42 +01:00
backend.h WIP: deploy new logging flags in backend 2009-01-24 22:30:25 +01:00
DIR_INFO add few DIR_INFO's in src 2007-07-14 21:28:47 +02:00
enginefacade.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
enginefacade.hpp start refactoring: liblumieracommon.so (application core services) 2008-12-18 08:12:40 +01:00
file.c mass rename: relocate basic Logging conf. from liblumieracommon to liblumiera 2009-01-25 00:24:42 +01:00
file.h WIP: deploy new logging flags in backend 2009-01-24 22:30:25 +01:00
filedescriptor.c Fix all things which broke compilation with NoBug 200909.1 2009-09-04 08:53:03 +02:00
filedescriptor.h fixup handle_acquire/_release for file and filedescriptor 2008-12-15 01:17:22 +01:00
filehandle.c mass rename: relocate basic Logging conf. from liblumieracommon to liblumiera 2009-01-25 00:24:42 +01:00
filehandle.h WIP: deploy new logging flags in backend 2009-01-24 22:30:25 +01:00
filehandlecache.c mass rename: relocate basic Logging conf. from liblumieracommon to liblumiera 2009-01-25 00:24:42 +01:00
filehandlecache.h WIP: mmap management first go 2008-12-15 01:17:21 +01:00
Makefile.am Merge remote branch 'plouj/second-tp-attempt' into backend_devel 2010-01-17 17:32:43 +01:00
mediaaccessfacade.cpp WIP: Merge common into lib 2008-12-17 17:53:32 +01:00
mediaaccessfacade.hpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
mmap.c mass rename: relocate basic Logging conf. from liblumieracommon to liblumiera 2009-01-25 00:24:42 +01:00
mmap.h WIP: deploy new logging flags in backend 2009-01-24 22:30:25 +01:00
mmapcache.c mass rename: relocate basic Logging conf. from liblumieracommon to liblumiera 2009-01-25 00:24:42 +01:00
mmapcache.h Fix: mutex initialization, remove explicit RESOURCE_HANDLES 2008-12-15 01:17:21 +01:00
mmapings.c Fix all things which broke compilation with NoBug 200909.1 2009-09-04 08:53:03 +02:00
mmapings.h WIP: deploy new logging flags in backend 2009-01-24 22:30:25 +01:00
netnodefacade.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
netnodefacade.hpp start refactoring: liblumieracommon.so (application core services) 2008-12-18 08:12:40 +01:00
scriptrunnerfacade.cpp namespace cleanup: bring Singleton and Factory into lib:: 2009-10-11 05:57:41 +02:00
scriptrunnerfacade.hpp start refactoring: liblumieracommon.so (application core services) 2008-12-18 08:12:40 +01:00
thread-wrapper.hpp Merge branch 'master' into second-tp-attempt 2010-01-14 19:32:07 -05:00
threadpool.c Make threadpool_destroy wait until all threads are finished 2010-01-18 17:53:33 +01:00
threadpool.h Make threadpool_destroy wait until all threads are finished 2010-01-18 17:53:33 +01:00
threads.c thread deadlines, first implementation 2010-01-18 16:24:45 +01:00
threads.h thread deadlines, first implementation 2010-01-18 16:24:45 +01:00