Skip to content
Snippets Groups Projects
  1. Oct 13, 2018
    • Corey Farrell's avatar
      threadpool: Eliminate pointless AO2 usage. · f06de690
      Corey Farrell authored
      thread_worker_pair, set_size_data and task_pushed_data structures are
      allocated with AO2 objects, passed to a taskprocessor, then released.
      They never have multiple owners or use locking so AO2 only adds
      overhead.
      
      Change-Id: I2204d2615d9d952670fcb48e0a9c0dd1a6ba5036
      f06de690
  2. Oct 10, 2018
  3. Oct 05, 2018
  4. Oct 04, 2018
  5. Oct 03, 2018
  6. Oct 02, 2018
    • Richard Mudgett's avatar
      res_statsd.c: Made use defaults if the statsd.conf file does not exist. · a69a50b6
      Richard Mudgett authored
      This module is an optional dependency of many modules.  If it declines to
      load it then forces other modules that can optionally use this module to
      also decline.
      
      * Made use default configuration if there is a config error or the config
      file does not exist.
      
      Change-Id: If1068a582ec54ab7fb437265cb5370a97a825737
      a69a50b6
    • Corey Farrell's avatar
      core: Disable astobj2 locking for some common objects. · cacbe325
      Corey Farrell authored
      * ACO options
      * Indications
      * Module loader ref_debug object
      * Media index info and variants
      * xmldoc items
      
      These allocation locations were identified using reflocks.py on the
      master branch.
      
      Change-Id: Ie999b9941760be3d1946cdb6e30cb85fd97504d8
      cacbe325
Loading