Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not respawn cancelled threads if we are shutting down | Martin Willi | 2008-12-12 | 1 | -1/+3 |
| | |||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 1 | -31/+35 |
| | |||||
* | thread locking for sender and processor optimized | Tobias Brunner | 2008-04-03 | 1 | -9/+27 |
| | |||||
* | securing total_threads with the mutex while destroying the processor | Tobias Brunner | 2008-04-02 | 1 | -0/+2 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -8/+3 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -0/+233 |
simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere |