aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/processor.c
Commit message (Collapse)AuthorAgeFilesLines
* thread locking for sender and processor optimizedTobias Brunner2008-04-031-9/+27
|
* securing total_threads with the mutex while destroying the processorTobias Brunner2008-04-021-0/+2
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-8/+3
|
* introduced callback_job:Martin Willi2007-06-111-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