Skip to content

louxiu/strongswan-thread-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This nice thread pool is stripped from strongswan 4.5.0.

  1. job is the most commcon type of job
  2. callback job is a special job that can be executed more than one time and contain select and other call.
  3. scheduled jobs, these jobs are timer jobs and scheduled by a scheduler

The cancel of job is well supported. There are child jobs The scheduler is a callback job The number of threads can be adjusted dynamically Human readable thread ID

Other:

  1. Implementation of the rwlock_t interface uses mutex_t and condvar_t primitives
  2. leak detect module
  3. simple lex parser interface
  4. a mutex profiler
  5. backtrace module

About

A nice thread pool stripped from strongswan 4.5.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published